Html Css Color HEX #2B436B Catalina Blue

📋 copy color: '#2B436B'

red 43 ◦ green 67 ◦ blue 107

#2B436B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #2B436B

Tints of Catalina Blue #2B436B

RGB

 RED value IS 43 (17.19% from 255) = 19.82%

 GREEN value IS 67 (26.56% from 255) = 30.88%

 BLUE value IS 107 (42.19% from 255) = 49.31%

R = 19.82%
G = 30.88%
B = 49.31%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.58

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2B436B (or 0x2B436B) is known color: Catalina Blue. HEX triplet: 2B, 43 and 6B. RGB value is (43,67,107). Sum of RGB (Red+Green+Blue) = 43+67+107=217 (28% of max value = 765). Red value is 43 (17.19% from 255 or 19.82% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #2B436B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B436B is #D4BC94. Grayscale: #404040. Windows color (decimal): -13941909 or 7029547. OLE color: 7029547.

HSL color Cylindrical-coordinate representation of color #2B436B: hue angle of 217.5º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B436B is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 43 67 107 -
CMYK 0.60 0.37 0 0.58
HSL 217.5º 0.43% 0.29% -
HSV(B) 217.5º 0.6% 0.42% -
XYZ 5.66 5.59 14.69 -
YUV 64.38 152.05 112.75 -
System Red Green Blue C M Y K H S L
Decimal 43 67 107 0.60 0.37 0 0.58 217.5 0.43 0.29
Hex 2B 43 6B 3C 25 0 3A DA 2B 1D
Octal 53 103 153 74 45 0 72 332 53 35
Binary 101011 1000011 1101011 111100 100101 0 111010 11011010 101011 11101

Color Harmonies of #2B436B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B436B

Black with #2B436B

Text Example


Text Example

White with #2B436B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B436B; }

 p { color: rgb(43,67,107); }

 H1.HeaderClassName
 {
   color: #2B436B;
 }
 .AnyTagClassName
 {
   color: #2B436B;
 }
</style>

background-color css

<style>
 a { background-color: #2B436B; }

 a { background-color: rgb(43,67,107); }

 div.DivClassName
 {
   background-color: #2B436B;
 }
 .BgClassName
 {
   background-color: #2B436B;
 }
</style>

border-color css

<style>
 span { border-color: #2B436B; }

 span { border-color: rgb(43,67,107); }

 td.TdClassName
 {
   border-color: #2B436B;
 }
 .TagClassName
 {
   border-color: #2B436B;
 }
</style>