Html Css Color HEX #213967 Catalina Blue

📋 copy color: '#213967'

red 33 ◦ green 57 ◦ blue 103

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

Shades of Catalina Blue #213967

Tints of Catalina Blue #213967

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.53%

 BLUE value IS 103 (40.63% from 255) = 53.37%

R = 17.1%
G = 29.53%
B = 53.37%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#213967 (or 0x213967) is known color: Catalina Blue. HEX triplet: 21, 39 and 67. RGB value is (33,57,103). Sum of RGB (Red+Green+Blue) = 33+57+103=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 57 (22.66% from 255 or 29.53% from 193); Blue value is 103 (40.62% from 255 or 53.37% from 193); Max value from RGB is 103 - color contains mainly: blue. Hex color #213967 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213967 is #DEC698. Grayscale: #363636. Windows color (decimal): -14599833 or 6764833. OLE color: 6764833.

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

Color convert

RGB 33 57 103 -
CMYK 0.68 0.45 0 0.60
HSL 219.43º 0.51% 0.27% -
HSV(B) 219.43º 0.68% 0.4% -
XYZ 4.54 4.23 13.41 -
YUV 55.07 155.05 112.26 -
System Red Green Blue C M Y K H S L
Decimal 33 57 103 0.68 0.45 0 0.60 219.43 0.51 0.27
Hex 21 39 67 44 2D 0 3C DB 33 1B
Octal 41 71 147 104 55 0 74 333 63 33
Binary 100001 111001 1100111 1000100 101101 0 111100 11011011 110011 11011

Color Harmonies of #213967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213967

Black with #213967

Text Example


Text Example

White with #213967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213967; }

 p { color: rgb(33,57,103); }

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

background-color css

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

 a { background-color: rgb(33,57,103); }

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

border-color css

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

 span { border-color: rgb(33,57,103); }

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