Html Css Color HEX #214065 Catalina Blue

📋 copy color: '#214065'

red 33 ◦ green 64 ◦ blue 101

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

Shades of Catalina Blue #214065

Tints of Catalina Blue #214065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 51.01%

R = 16.67%
G = 32.32%
B = 51.01%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#214065 (or 0x214065) is known color: Catalina Blue. HEX triplet: 21, 40 and 65. RGB value is (33,64,101). Sum of RGB (Red+Green+Blue) = 33+64+101=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 101 (39.84% from 255 or 51.01% from 198); Max value from RGB is 101 - color contains mainly: blue. Hex color #214065 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214065 is #DEBF9A. Grayscale: #3A3A3A. Windows color (decimal): -14598043 or 6635553. OLE color: 6635553.

HSL color Cylindrical-coordinate representation of color #214065: hue angle of 212.65º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #214065 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 33 64 101 -
CMYK 0.67 0.37 0 0.60
HSL 212.65º 0.51% 0.26% -
HSV(B) 212.65º 0.67% 0.4% -
XYZ 4.81 4.93 13.01 -
YUV 58.95 151.73 109.49 -
System Red Green Blue C M Y K H S L
Decimal 33 64 101 0.67 0.37 0 0.60 212.65 0.51 0.26
Hex 21 40 65 43 25 0 3C D5 33 1A
Octal 41 100 145 103 45 0 74 325 63 32
Binary 100001 1000000 1100101 1000011 100101 0 111100 11010101 110011 11010

Color Harmonies of #214065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214065

Black with #214065

Text Example


Text Example

White with #214065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214065; }

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

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

background-color css

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

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

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

border-color css

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

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

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