Html Css Color HEX #2B4360 Catalina Blue

📋 copy color: '#2B4360'

red 43 ◦ green 67 ◦ blue 96

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

Shades of Catalina Blue #2B4360

Tints of Catalina Blue #2B4360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 46.6%

R = 20.87%
G = 32.52%
B = 46.6%

CMYK

 C value IS 0.55

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2B4360 (or 0x2B4360) is known color: Catalina Blue. HEX triplet: 2B, 43 and 60. RGB value is (43,67,96). Sum of RGB (Red+Green+Blue) = 43+67+96=206 (27% of max value = 765). Red value is 43 (17.19% from 255 or 20.87% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #2B4360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B4360 is #D4BC9F. Grayscale: #3E3E3E. Windows color (decimal): -13941920 or 6308651. OLE color: 6308651.

HSL color Cylindrical-coordinate representation of color #2B4360: hue angle of 212.83º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2B4360 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 43 67 96 -
CMYK 0.55 0.30 0 0.62
HSL 212.83º 0.38% 0.27% -
HSV(B) 212.83º 0.55% 0.38% -
XYZ 5.11 5.37 11.83 -
YUV 63.13 146.55 113.64 -
System Red Green Blue C M Y K H S L
Decimal 43 67 96 0.55 0.30 0 0.62 212.83 0.38 0.27
Hex 2B 43 60 37 1E 0 3E D5 26 1B
Octal 53 103 140 67 36 0 76 325 46 33
Binary 101011 1000011 1100000 110111 11110 0 111110 11010101 100110 11011

Color Harmonies of #2B4360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B4360

Black with #2B4360

Text Example


Text Example

White with #2B4360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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