Html Css Color HEX #213CE8 Persian Blue

📋 copy color: '#213CE8'

red 33 ◦ green 60 ◦ blue 232

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

Shades of Persian Blue #213CE8

Tints of Persian Blue #213CE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 71.38%

R = 10.15%
G = 18.46%
B = 71.38%

CMYK

 C value IS 0.86

 M value IS 0.74

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#213CE8 (or 0x213CE8) is known color: Persian Blue. HEX triplet: 21, 3C and E8. RGB value is (33,60,232). Sum of RGB (Red+Green+Blue) = 33+60+232=325 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.15% from 325); Green value is 60 (23.83% from 255 or 18.46% from 325); Blue value is 232 (91.02% from 255 or 71.38% from 325); Max value from RGB is 232 - color contains mainly: blue. Hex color #213CE8 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #213CE8 is #DEC317. Grayscale: #464646. Windows color (decimal): -14598936 or 15219745. OLE color: 15219745.

HSL color Cylindrical-coordinate representation of color #213CE8: hue angle of 231.86º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #213CE8 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 33 60 232 -
CMYK 0.86 0.74 0 0.09
HSL 231.86º 0.81% 0.52% -
HSV(B) 231.86º 0.86% 0.91% -
XYZ 16.81 9.38 77.27 -
YUV 71.54 218.55 100.51 -
System Red Green Blue C M Y K H S L
Decimal 33 60 232 0.86 0.74 0 0.09 231.86 0.81 0.52
Hex 21 3C E8 56 4A 0 9 E8 51 34
Octal 41 74 350 126 112 0 11 350 121 64
Binary 100001 111100 11101000 1010110 1001010 0 1001 11101000 1010001 110100

Color Harmonies of #213CE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213CE8

Black with #213CE8

Text Example


Text Example

White with #213CE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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