Html Css Color HEX #2F4562 Catalina Blue

📋 copy color: '#2F4562'

red 47 ◦ green 69 ◦ blue 98

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

Shades of Catalina Blue #2F4562

Tints of Catalina Blue #2F4562

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.24%

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

R = 21.96%
G = 32.24%
B = 45.79%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2F4562 (or 0x2F4562) is known color: Catalina Blue. HEX triplet: 2F, 45 and 62. RGB value is (47,69,98). Sum of RGB (Red+Green+Blue) = 47+69+98=214 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.96% from 214); Green value is 69 (27.34% from 255 or 32.24% from 214); Blue value is 98 (38.67% from 255 or 45.79% from 214); Max value from RGB is 98 - color contains mainly: blue. Hex color #2F4562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F4562 is #D0BA9D. Grayscale: #414141. Windows color (decimal): -13679262 or 6440239. OLE color: 6440239.

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

Color convert

RGB 47 69 98 -
CMYK 0.52 0.30 0 0.62
HSL 214.12º 0.35% 0.28% -
HSV(B) 214.12º 0.52% 0.38% -
XYZ 5.51 5.74 12.37 -
YUV 65.73 146.21 114.64 -
System Red Green Blue C M Y K H S L
Decimal 47 69 98 0.52 0.30 0 0.62 214.12 0.35 0.28
Hex 2F 45 62 34 1E 0 3E D6 23 1C
Octal 57 105 142 64 36 0 76 326 43 34
Binary 101111 1000101 1100010 110100 11110 0 111110 11010110 100011 11100

Color Harmonies of #2F4562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4562

Black with #2F4562

Text Example


Text Example

White with #2F4562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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