Html Css Color HEX #213CC9 Persian Blue

📋 copy color: '#213CC9'

red 33 ◦ green 60 ◦ blue 201

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

Shades of Persian Blue #213CC9

Tints of Persian Blue #213CC9

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.41%

 BLUE value IS 201 (78.91% from 255) = 68.37%

R = 11.22%
G = 20.41%
B = 68.37%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#213CC9 (or 0x213CC9) is known color: Persian Blue. HEX triplet: 21, 3C and C9. RGB value is (33,60,201). Sum of RGB (Red+Green+Blue) = 33+60+201=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 201 (78.91% from 255 or 68.37% from 294); Max value from RGB is 201 - color contains mainly: blue. Hex color #213CC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213CC9 is #DEC336. Grayscale: #434343. Windows color (decimal): -14598967 or 13188129. OLE color: 13188129.

HSL color Cylindrical-coordinate representation of color #213CC9: hue angle of 230.36º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #213CC9 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 33 60 201 -
CMYK 0.84 0.70 0 0.21
HSL 230.36º 0.72% 0.46% -
HSV(B) 230.36º 0.84% 0.79% -
XYZ 12.79 7.77 56.08 -
YUV 68 203.05 103.04 -
System Red Green Blue C M Y K H S L
Decimal 33 60 201 0.84 0.70 0 0.21 230.36 0.72 0.46
Hex 21 3C C9 54 46 0 15 E6 48 2E
Octal 41 74 311 124 106 0 25 346 110 56
Binary 100001 111100 11001001 1010100 1000110 0 10101 11100110 1001000 101110

Color Harmonies of #213CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213CC9

Black with #213CC9

Text Example


Text Example

White with #213CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213CC9; }

 p { color: rgb(33,60,201); }

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

background-color css

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

 a { background-color: rgb(33,60,201); }

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

border-color css

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

 span { border-color: rgb(33,60,201); }

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