Html Css Color HEX #2F455E Catalina Blue

📋 copy color: '#2F455E'

red 47 ◦ green 69 ◦ blue 94

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

Shades of Catalina Blue #2F455E

Tints of Catalina Blue #2F455E

RGB

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

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

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

R = 22.38%
G = 32.86%
B = 44.76%

CMYK

 C value IS 0.5

 M value IS 0.27

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2F455E (or 0x2F455E) is known color: Catalina Blue. HEX triplet: 2F, 45 and 5E. RGB value is (47,69,94). Sum of RGB (Red+Green+Blue) = 47+69+94=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 94 - color contains mainly: blue. Hex color #2F455E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F455E is #D0BAA1. Grayscale: #414141. Windows color (decimal): -13679266 or 6178095. OLE color: 6178095.

HSL color Cylindrical-coordinate representation of color #2F455E: hue angle of 211.91º 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 #2F455E is Cyan = 0.5, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 47 69 94 -
CMYK 0.5 0.27 0 0.63
HSL 211.91º 0.33% 0.28% -
HSV(B) 211.91º 0.5% 0.37% -
XYZ 5.32 5.67 11.4 -
YUV 65.27 144.21 114.97 -
System Red Green Blue C M Y K H S L
Decimal 47 69 94 0.5 0.27 0 0.63 211.91 0.33 0.28
Hex 2F 45 5E 32 1B 0 3F D4 21 1C
Octal 57 105 136 62 33 0 77 324 41 34
Binary 101111 1000101 1011110 110010 11011 0 111111 11010100 100001 11100

Color Harmonies of #2F455E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F455E

Black with #2F455E

Text Example


Text Example

White with #2F455E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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