Html Css Color HEX #213567 Catalina Blue

📋 copy color: '#213567'

red 33 ◦ green 53 ◦ blue 103

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

Shades of Catalina Blue #213567

Tints of Catalina Blue #213567

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.04%

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

R = 17.46%
G = 28.04%
B = 54.5%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#213567 (or 0x213567) is known color: Catalina Blue. HEX triplet: 21, 35 and 67. RGB value is (33,53,103). Sum of RGB (Red+Green+Blue) = 33+53+103=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 103 (40.62% from 255 or 54.50% from 189); Max value from RGB is 103 - color contains mainly: blue. Hex color #213567 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213567 is #DECA98. Grayscale: #343434. Windows color (decimal): -14600857 or 6763809. OLE color: 6763809.

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

Color convert

RGB 33 53 103 -
CMYK 0.68 0.49 0 0.60
HSL 222.86º 0.51% 0.27% -
HSV(B) 222.86º 0.68% 0.4% -
XYZ 4.35 3.85 13.35 -
YUV 52.72 156.37 113.93 -
System Red Green Blue C M Y K H S L
Decimal 33 53 103 0.68 0.49 0 0.60 222.86 0.51 0.27
Hex 21 35 67 44 31 0 3C DF 33 1B
Octal 41 65 147 104 61 0 74 337 63 33
Binary 100001 110101 1100111 1000100 110001 0 111100 11011111 110011 11011

Color Harmonies of #213567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213567

Black with #213567

Text Example


Text Example

White with #213567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213567; }

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

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

background-color css

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

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

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

border-color css

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

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

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