Html Css Color HEX #213568 Catalina Blue

📋 copy color: '#213568'

red 33 ◦ green 53 ◦ blue 104

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

Shades of Catalina Blue #213568

Tints of Catalina Blue #213568

RGB

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

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

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

R = 17.37%
G = 27.89%
B = 54.74%

CMYK

 C value IS 0.68

 M value IS 0.49

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#213568 (or 0x213568) is known color: Catalina Blue. HEX triplet: 21, 35 and 68. RGB value is (33,53,104). Sum of RGB (Red+Green+Blue) = 33+53+104=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 104 (41.02% from 255 or 54.74% from 190); Max value from RGB is 104 - color contains mainly: blue. Hex color #213568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213568 is #DECA97. Grayscale: #343434. Windows color (decimal): -14600856 or 6829345. OLE color: 6829345.

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

Color convert

RGB 33 53 104 -
CMYK 0.68 0.49 0 0.59
HSL 223.1º 0.52% 0.27% -
HSV(B) 223.1º 0.68% 0.41% -
XYZ 4.4 3.87 13.61 -
YUV 52.83 156.87 113.85 -
System Red Green Blue C M Y K H S L
Decimal 33 53 104 0.68 0.49 0 0.59 223.1 0.52 0.27
Hex 21 35 68 44 31 0 3B DF 34 1B
Octal 41 65 150 104 61 0 73 337 64 33
Binary 100001 110101 1101000 1000100 110001 0 111011 11011111 110100 11011

Color Harmonies of #213568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213568

Black with #213568

Text Example


Text Example

White with #213568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213568; }

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

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

background-color css

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

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

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

border-color css

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

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

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