Html Css Color HEX #214369 Catalina Blue

📋 copy color: '#214369'

red 33 ◦ green 67 ◦ blue 105

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

Shades of Catalina Blue #214369

Tints of Catalina Blue #214369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 51.22%

R = 16.1%
G = 32.68%
B = 51.22%

CMYK

 C value IS 0.69

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#214369 (or 0x214369) is known color: Catalina Blue. HEX triplet: 21, 43 and 69. RGB value is (33,67,105). Sum of RGB (Red+Green+Blue) = 33+67+105=205 (27% of max value = 765). Red value is 33 (13.28% from 255 or 16.10% from 205); Green value is 67 (26.56% from 255 or 32.68% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #214369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214369 is #DEBC96. Grayscale: #3C3C3C. Windows color (decimal): -14597271 or 6898465. OLE color: 6898465.

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

Color convert

RGB 33 67 105 -
CMYK 0.69 0.36 0 0.59
HSL 211.67º 0.52% 0.27% -
HSV(B) 211.67º 0.69% 0.41% -
XYZ 5.18 5.36 14.13 -
YUV 61.17 152.74 107.91 -
System Red Green Blue C M Y K H S L
Decimal 33 67 105 0.69 0.36 0 0.59 211.67 0.52 0.27
Hex 21 43 69 45 24 0 3B D4 34 1B
Octal 41 103 151 105 44 0 73 324 64 33
Binary 100001 1000011 1101001 1000101 100100 0 111011 11010100 110100 11011

Color Harmonies of #214369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214369

Black with #214369

Text Example


Text Example

White with #214369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214369; }

 p { color: rgb(33,67,105); }

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

background-color css

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

 a { background-color: rgb(33,67,105); }

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

border-color css

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

 span { border-color: rgb(33,67,105); }

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