Html Css Color HEX #2C4263 Catalina Blue

📋 copy color: '#2C4263'

red 44 ◦ green 66 ◦ blue 99

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

Shades of Catalina Blue #2C4263

Tints of Catalina Blue #2C4263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 47.37%

R = 21.05%
G = 31.58%
B = 47.37%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#2C4263 (or 0x2C4263) is known color: Catalina Blue. HEX triplet: 2C, 42 and 63. RGB value is (44,66,99). Sum of RGB (Red+Green+Blue) = 44+66+99=209 (27% of max value = 765). Red value is 44 (17.58% from 255 or 21.05% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 99 (39.06% from 255 or 47.37% from 209); Max value from RGB is 99 - color contains mainly: blue. Hex color #2C4263 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4263 is #D3BD9C. Grayscale: #3F3F3F. Windows color (decimal): -13876637 or 6505004. OLE color: 6505004.

HSL color Cylindrical-coordinate representation of color #2C4263: hue angle of 216º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2C4263 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 44 66 99 -
CMYK 0.56 0.33 0 0.61
HSL 216º 0.38% 0.28% -
HSV(B) 216º 0.56% 0.39% -
XYZ 5.24 5.33 12.56 -
YUV 63.18 148.21 114.32 -
System Red Green Blue C M Y K H S L
Decimal 44 66 99 0.56 0.33 0 0.61 216 0.38 0.28
Hex 2C 42 63 38 21 0 3D D8 26 1C
Octal 54 102 143 70 41 0 75 330 46 34
Binary 101100 1000010 1100011 111000 100001 0 111101 11011000 100110 11100

Color Harmonies of #2C4263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4263

Black with #2C4263

Text Example


Text Example

White with #2C4263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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