Html Css Color HEX #2C4366 Catalina Blue

📋 copy color: '#2C4366'

red 44 ◦ green 67 ◦ blue 102

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

Shades of Catalina Blue #2C4366

Tints of Catalina Blue #2C4366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.46%

 BLUE value IS 102 (40.23% from 255) = 47.89%

R = 20.66%
G = 31.46%
B = 47.89%

CMYK

 C value IS 0.57

 M value IS 0.34

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2C4366 (or 0x2C4366) is known color: Catalina Blue. HEX triplet: 2C, 43 and 66. RGB value is (44,67,102). Sum of RGB (Red+Green+Blue) = 44+67+102=213 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.66% from 213); Green value is 67 (26.56% from 255 or 31.46% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #2C4366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2C4366 is #D3BC99. Grayscale: #3F3F3F. Windows color (decimal): -13876378 or 6701868. OLE color: 6701868.

HSL color Cylindrical-coordinate representation of color #2C4366: hue angle of 216.21º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2C4366 is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 44 67 102 -
CMYK 0.57 0.34 0 0.6
HSL 216.21º 0.4% 0.29% -
HSV(B) 216.21º 0.57% 0.4% -
XYZ 5.44 5.51 13.35 -
YUV 64.11 149.38 113.65 -
System Red Green Blue C M Y K H S L
Decimal 44 67 102 0.57 0.34 0 0.6 216.21 0.4 0.29
Hex 2C 43 66 39 22 0 3C D8 28 1D
Octal 54 103 146 71 42 0 74 330 50 35
Binary 101100 1000011 1100110 111001 100010 0 111100 11011000 101000 11101

Color Harmonies of #2C4366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C4366

Black with #2C4366

Text Example


Text Example

White with #2C4366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,67,102); }

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

background-color css

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

 a { background-color: rgb(44,67,102); }

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

border-color css

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

 span { border-color: rgb(44,67,102); }

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