Html Css Color HEX #2F445A Catalina Blue

📋 copy color: '#2F445A'

red 47 ◦ green 68 ◦ blue 90

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

Shades of Catalina Blue #2F445A

Tints of Catalina Blue #2F445A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 43.9%

R = 22.93%
G = 33.17%
B = 43.9%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2F445A (or 0x2F445A) is known color: Catalina Blue. HEX triplet: 2F, 44 and 5A. RGB value is (47,68,90). Sum of RGB (Red+Green+Blue) = 47+68+90=205 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.93% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 90 - color contains mainly: blue. Hex color #2F445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F445A is #D0BBA5. Grayscale: #404040. Windows color (decimal): -13679526 or 5915695. OLE color: 5915695.

HSL color Cylindrical-coordinate representation of color #2F445A: hue angle of 210.7º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F445A is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 47 68 90 -
CMYK 0.48 0.24 0 0.65
HSL 210.7º 0.31% 0.27% -
HSV(B) 210.7º 0.48% 0.35% -
XYZ 5.08 5.48 10.46 -
YUV 64.23 142.54 115.71 -
System Red Green Blue C M Y K H S L
Decimal 47 68 90 0.48 0.24 0 0.65 210.7 0.31 0.27
Hex 2F 44 5A 30 18 0 41 D3 1F 1B
Octal 57 104 132 60 30 0 101 323 37 33
Binary 101111 1000100 1011010 110000 11000 0 1000001 11010011 11111 11011

Color Harmonies of #2F445A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F445A

Black with #2F445A

Text Example


Text Example

White with #2F445A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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