Html Css Color HEX #214068 Catalina Blue

📋 copy color: '#214068'

red 33 ◦ green 64 ◦ blue 104

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

Shades of Catalina Blue #214068

Tints of Catalina Blue #214068

RGB

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

 GREEN value IS 64 (25.39% from 255) = 31.84%

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

R = 16.42%
G = 31.84%
B = 51.74%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#214068 (or 0x214068) is known color: Catalina Blue. HEX triplet: 21, 40 and 68. RGB value is (33,64,104). Sum of RGB (Red+Green+Blue) = 33+64+104=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 64 (25.39% from 255 or 31.84% from 201); Blue value is 104 (41.02% from 255 or 51.74% from 201); Max value from RGB is 104 - color contains mainly: blue. Hex color #214068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214068 is #DEBF97. Grayscale: #3B3B3B. Windows color (decimal): -14598040 or 6832161. OLE color: 6832161.

HSL color Cylindrical-coordinate representation of color #214068: hue angle of 213.8º 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 #214068 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 64 104 -
CMYK 0.68 0.38 0 0.59
HSL 213.8º 0.52% 0.27% -
HSV(B) 213.8º 0.68% 0.41% -
XYZ 4.96 4.99 13.8 -
YUV 59.29 153.23 109.25 -
System Red Green Blue C M Y K H S L
Decimal 33 64 104 0.68 0.38 0 0.59 213.8 0.52 0.27
Hex 21 40 68 44 26 0 3B D6 34 1B
Octal 41 100 150 104 46 0 73 326 64 33
Binary 100001 1000000 1101000 1000100 100110 0 111011 11010110 110100 11011

Color Harmonies of #214068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214068

Black with #214068

Text Example


Text Example

White with #214068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214068; }

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

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

background-color css

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

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

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

border-color css

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

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

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