Html Css Color HEX #2C4258 Catalina Blue

📋 copy color: '#2C4258'

red 44 ◦ green 66 ◦ blue 88

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

Shades of Catalina Blue #2C4258

Tints of Catalina Blue #2C4258

RGB

 RED value IS 44 (17.58% from 255) = 22.22%

 GREEN value IS 66 (26.17% from 255) = 33.33%

 BLUE value IS 88 (34.77% from 255) = 44.44%

R = 22.22%
G = 33.33%
B = 44.44%

CMYK

 C value IS 0.5

 M value IS 0.25

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#2C4258 (or 0x2C4258) is known color: Catalina Blue. HEX triplet: 2C, 42 and 58. RGB value is (44,66,88). Sum of RGB (Red+Green+Blue) = 44+66+88=198 (26% of max value = 765). Red value is 44 (17.58% from 255 or 22.22% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 88 - color contains mainly: blue. Hex color #2C4258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4258 is #D3BDA7. Grayscale: #3D3D3D. Windows color (decimal): -13876648 or 5784108. OLE color: 5784108.

HSL color Cylindrical-coordinate representation of color #2C4258: hue angle of 210º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2C4258 is Cyan = 0.5, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 44 66 88 -
CMYK 0.5 0.25 0 0.65
HSL 210º 0.33% 0.26% -
HSV(B) 210º 0.5% 0.35% -
XYZ 4.75 5.14 9.97 -
YUV 61.93 142.71 115.21 -
System Red Green Blue C M Y K H S L
Decimal 44 66 88 0.5 0.25 0 0.65 210 0.33 0.26
Hex 2C 42 58 32 19 0 41 D2 21 1A
Octal 54 102 130 62 31 0 101 322 41 32
Binary 101100 1000010 1011000 110010 11001 0 1000001 11010010 100001 11010

Color Harmonies of #2C4258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4258

Black with #2C4258

Text Example


Text Example

White with #2C4258

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,66,88); }

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

background-color css

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

 a { background-color: rgb(44,66,88); }

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

border-color css

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

 span { border-color: rgb(44,66,88); }

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