Html Css Color HEX #213CC8 Persian Blue

📋 copy color: '#213CC8'

red 33 ◦ green 60 ◦ blue 200

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

Shades of Persian Blue #213CC8

Tints of Persian Blue #213CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 68.26%

R = 11.26%
G = 20.48%
B = 68.26%

CMYK

 C value IS 0.84

 M value IS 0.7

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#213CC8 (or 0x213CC8) is known color: Persian Blue. HEX triplet: 21, 3C and C8. RGB value is (33,60,200). Sum of RGB (Red+Green+Blue) = 33+60+200=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 200 (78.52% from 255 or 68.26% from 293); Max value from RGB is 200 - color contains mainly: blue. Hex color #213CC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213CC8 is #DEC337. Grayscale: #434343. Windows color (decimal): -14598968 or 13122593. OLE color: 13122593.

HSL color Cylindrical-coordinate representation of color #213CC8: hue angle of 230.3º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #213CC8 is Cyan = 0.84, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 33 60 200 -
CMYK 0.84 0.7 0 0.22
HSL 230.3º 0.72% 0.46% -
HSV(B) 230.3º 0.84% 0.78% -
XYZ 12.67 7.73 55.47 -
YUV 67.89 202.55 103.12 -
System Red Green Blue C M Y K H S L
Decimal 33 60 200 0.84 0.7 0 0.22 230.3 0.72 0.46
Hex 21 3C C8 54 46 0 16 E6 48 2E
Octal 41 74 310 124 106 0 26 346 110 56
Binary 100001 111100 11001000 1010100 1000110 0 10110 11100110 1001000 101110

Color Harmonies of #213CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213CC8

Black with #213CC8

Text Example


Text Example

White with #213CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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