Html Css Color HEX #213CCD Persian Blue

📋 copy color: '#213CCD'

red 33 ◦ green 60 ◦ blue 205

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

Shades of Persian Blue #213CCD

Tints of Persian Blue #213CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.79%

R = 11.07%
G = 20.13%
B = 68.79%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#213CCD (or 0x213CCD) is known color: Persian Blue. HEX triplet: 21, 3C and CD. RGB value is (33,60,205). Sum of RGB (Red+Green+Blue) = 33+60+205=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 205 (80.47% from 255 or 68.79% from 298); Max value from RGB is 205 - color contains mainly: blue. Hex color #213CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213CCD is #DEC332. Grayscale: #434343. Windows color (decimal): -14598963 or 13450273. OLE color: 13450273.

HSL color Cylindrical-coordinate representation of color #213CCD: hue angle of 230.58º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #213CCD is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 60 205 -
CMYK 0.84 0.71 0 0.20
HSL 230.58º 0.72% 0.47% -
HSV(B) 230.58º 0.84% 0.8% -
XYZ 13.26 7.96 58.6 -
YUV 68.46 205.05 102.71 -
System Red Green Blue C M Y K H S L
Decimal 33 60 205 0.84 0.71 0 0.20 230.58 0.72 0.47
Hex 21 3C CD 54 47 0 14 E7 48 2F
Octal 41 74 315 124 107 0 24 347 110 57
Binary 100001 111100 11001101 1010100 1000111 0 10100 11100111 1001000 101111

Color Harmonies of #213CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213CCD

Black with #213CCD

Text Example


Text Example

White with #213CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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