Html Css Color HEX #2F4662 Catalina Blue

📋 copy color: '#2F4662'

red 47 ◦ green 70 ◦ blue 98

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

Shades of Catalina Blue #2F4662

Tints of Catalina Blue #2F4662

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.56%

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

R = 21.86%
G = 32.56%
B = 45.58%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2F4662 (or 0x2F4662) is known color: Catalina Blue. HEX triplet: 2F, 46 and 62. RGB value is (47,70,98). Sum of RGB (Red+Green+Blue) = 47+70+98=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #2F4662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4662 is #D0B99D. Grayscale: #424242. Windows color (decimal): -13679006 or 6440495. OLE color: 6440495.

HSL color Cylindrical-coordinate representation of color #2F4662: hue angle of 212.94º 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 #2F4662 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 70 98 -
CMYK 0.52 0.29 0 0.62
HSL 212.94º 0.35% 0.28% -
HSV(B) 212.94º 0.52% 0.38% -
XYZ 5.57 5.87 12.39 -
YUV 66.32 145.88 114.22 -
System Red Green Blue C M Y K H S L
Decimal 47 70 98 0.52 0.29 0 0.62 212.94 0.35 0.28
Hex 2F 46 62 34 1D 0 3E D5 23 1C
Octal 57 106 142 64 35 0 76 325 43 34
Binary 101111 1000110 1100010 110100 11101 0 111110 11010101 100011 11100

Color Harmonies of #2F4662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4662

Black with #2F4662

Text Example


Text Example

White with #2F4662

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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