Html Css Color HEX #2F4462 Catalina Blue

📋 copy color: '#2F4462'

red 47 ◦ green 68 ◦ blue 98

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

Shades of Catalina Blue #2F4462

Tints of Catalina Blue #2F4462

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 46.01%

R = 22.07%
G = 31.92%
B = 46.01%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2F4462 (or 0x2F4462) is known color: Catalina Blue. HEX triplet: 2F, 44 and 62. RGB value is (47,68,98). Sum of RGB (Red+Green+Blue) = 47+68+98=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 98 (38.67% from 255 or 46.01% from 213); Max value from RGB is 98 - color contains mainly: blue. Hex color #2F4462 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4462 is #D0BB9D. Grayscale: #414141. Windows color (decimal): -13679518 or 6439983. OLE color: 6439983.

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

Color convert

RGB 47 68 98 -
CMYK 0.52 0.31 0 0.62
HSL 215.29º 0.35% 0.28% -
HSV(B) 215.29º 0.52% 0.38% -
XYZ 5.44 5.62 12.35 -
YUV 65.14 146.54 115.06 -
System Red Green Blue C M Y K H S L
Decimal 47 68 98 0.52 0.31 0 0.62 215.29 0.35 0.28
Hex 2F 44 62 34 1F 0 3E D7 23 1C
Octal 57 104 142 64 37 0 76 327 43 34
Binary 101111 1000100 1100010 110100 11111 0 111110 11010111 100011 11100

Color Harmonies of #2F4462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4462

Black with #2F4462

Text Example


Text Example

White with #2F4462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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