Html Css Color HEX #213268 Catalina Blue

📋 copy color: '#213268'

red 33 ◦ green 50 ◦ blue 104

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

Shades of Catalina Blue #213268

Tints of Catalina Blue #213268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.74%

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

R = 17.65%
G = 26.74%
B = 55.61%

CMYK

 C value IS 0.68

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#213268 (or 0x213268) is known color: Catalina Blue. HEX triplet: 21, 32 and 68. RGB value is (33,50,104). Sum of RGB (Red+Green+Blue) = 33+50+104=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #213268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #213268 is #DECD97. Grayscale: #323232. Windows color (decimal): -14601624 or 6828577. OLE color: 6828577.

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

Color convert

RGB 33 50 104 -
CMYK 0.68 0.52 0 0.59
HSL 225.63º 0.52% 0.27% -
HSV(B) 225.63º 0.68% 0.41% -
XYZ 4.27 3.6 13.57 -
YUV 51.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 33 50 104 0.68 0.52 0 0.59 225.63 0.52 0.27
Hex 21 32 68 44 34 0 3B E2 34 1B
Octal 41 62 150 104 64 0 73 342 64 33
Binary 100001 110010 1101000 1000100 110100 0 111011 11100010 110100 11011

Color Harmonies of #213268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213268

Black with #213268

Text Example


Text Example

White with #213268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213268; }

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

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

background-color css

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

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

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

border-color css

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

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

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