Html Css Color HEX #214268 Catalina Blue

📋 copy color: '#214268'

red 33 ◦ green 66 ◦ blue 104

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

Shades of Catalina Blue #214268

Tints of Catalina Blue #214268

RGB

 RED value IS 33 (13.28% from 255) = 16.26%

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

 BLUE value IS 104 (41.02% from 255) = 51.23%

R = 16.26%
G = 32.51%
B = 51.23%

CMYK

 C value IS 0.68

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#214268 (or 0x214268) is known color: Catalina Blue. HEX triplet: 21, 42 and 68. RGB value is (33,66,104). Sum of RGB (Red+Green+Blue) = 33+66+104=203 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.26% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 104 (41.02% from 255 or 51.23% from 203); Max value from RGB is 104 - color contains mainly: blue. Hex color #214268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214268 is #DEBD97. Grayscale: #3C3C3C. Windows color (decimal): -14597528 or 6832673. OLE color: 6832673.

HSL color Cylindrical-coordinate representation of color #214268: hue angle of 212.11º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #214268 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 66 104 -
CMYK 0.68 0.37 0 0.59
HSL 212.11º 0.52% 0.27% -
HSV(B) 212.11º 0.68% 0.41% -
XYZ 5.07 5.22 13.84 -
YUV 60.47 152.57 108.41 -
System Red Green Blue C M Y K H S L
Decimal 33 66 104 0.68 0.37 0 0.59 212.11 0.52 0.27
Hex 21 42 68 44 25 0 3B D4 34 1B
Octal 41 102 150 104 45 0 73 324 64 33
Binary 100001 1000010 1101000 1000100 100101 0 111011 11010100 110100 11011

Color Harmonies of #214268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214268

Black with #214268

Text Example


Text Example

White with #214268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214268; }

 p { color: rgb(33,66,104); }

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

background-color css

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

 a { background-color: rgb(33,66,104); }

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

border-color css

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

 span { border-color: rgb(33,66,104); }

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