Html Css Color HEX #2F445E Catalina Blue

📋 copy color: '#2F445E'

red 47 ◦ green 68 ◦ blue 94

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

Shades of Catalina Blue #2F445E

Tints of Catalina Blue #2F445E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 44.98%

R = 22.49%
G = 32.54%
B = 44.98%

CMYK

 C value IS 0.5

 M value IS 0.28

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2F445E (or 0x2F445E) is known color: Catalina Blue. HEX triplet: 2F, 44 and 5E. RGB value is (47,68,94). Sum of RGB (Red+Green+Blue) = 47+68+94=209 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.49% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 94 - color contains mainly: blue. Hex color #2F445E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F445E is #D0BBA1. Grayscale: #404040. Windows color (decimal): -13679522 or 6177839. OLE color: 6177839.

HSL color Cylindrical-coordinate representation of color #2F445E: hue angle of 213.19º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2F445E is Cyan = 0.5, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 47 68 94 -
CMYK 0.5 0.28 0 0.63
HSL 213.19º 0.33% 0.28% -
HSV(B) 213.19º 0.5% 0.37% -
XYZ 5.26 5.55 11.38 -
YUV 64.69 144.54 115.39 -
System Red Green Blue C M Y K H S L
Decimal 47 68 94 0.5 0.28 0 0.63 213.19 0.33 0.28
Hex 2F 44 5E 32 1C 0 3F D5 21 1C
Octal 57 104 136 62 34 0 77 325 41 34
Binary 101111 1000100 1011110 110010 11100 0 111111 11010101 100001 11100

Color Harmonies of #2F445E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F445E

Black with #2F445E

Text Example


Text Example

White with #2F445E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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