Html Css Color HEX #2F4460 Catalina Blue

📋 copy color: '#2F4460'

red 47 ◦ green 68 ◦ blue 96

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

Shades of Catalina Blue #2F4460

Tints of Catalina Blue #2F4460

RGB

 RED value IS 47 (18.75% from 255) = 22.27%

 GREEN value IS 68 (26.95% from 255) = 32.23%

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

R = 22.27%
G = 32.23%
B = 45.5%

CMYK

 C value IS 0.51

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2F4460 (or 0x2F4460) is known color: Catalina Blue. HEX triplet: 2F, 44 and 60. RGB value is (47,68,96). Sum of RGB (Red+Green+Blue) = 47+68+96=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 68 (26.95% from 255 or 32.23% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F4460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4460 is #D0BB9F. Grayscale: #404040. Windows color (decimal): -13679520 or 6308911. OLE color: 6308911.

HSL color Cylindrical-coordinate representation of color #2F4460: hue angle of 214.29º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F4460 is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 68 96 -
CMYK 0.51 0.29 0 0.62
HSL 214.29º 0.34% 0.28% -
HSV(B) 214.29º 0.51% 0.38% -
XYZ 5.35 5.58 11.86 -
YUV 64.91 145.54 115.22 -
System Red Green Blue C M Y K H S L
Decimal 47 68 96 0.51 0.29 0 0.62 214.29 0.34 0.28
Hex 2F 44 60 33 1D 0 3E D6 22 1C
Octal 57 104 140 63 35 0 76 326 42 34
Binary 101111 1000100 1100000 110011 11101 0 111110 11010110 100010 11100

Color Harmonies of #2F4460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4460

Black with #2F4460

Text Example


Text Example

White with #2F4460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,68,96); }

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

background-color css

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

 a { background-color: rgb(47,68,96); }

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

border-color css

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

 span { border-color: rgb(47,68,96); }

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