Html Css Color HEX #213FCD Persian Blue

📋 copy color: '#213FCD'

red 33 ◦ green 63 ◦ blue 205

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

Shades of Persian Blue #213FCD

Tints of Persian Blue #213FCD

RGB

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

 GREEN value IS 63 (25% from 255) = 20.93%

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

R = 10.96%
G = 20.93%
B = 68.11%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#213FCD (or 0x213FCD) is known color: Persian Blue. HEX triplet: 21, 3F and CD. RGB value is (33,63,205). Sum of RGB (Red+Green+Blue) = 33+63+205=301 (39% of max value = 765). Red value is 33 (13.28% from 255 or 10.96% from 301); Green value is 63 (25% from 255 or 20.93% from 301); Blue value is 205 (80.47% from 255 or 68.11% from 301); Max value from RGB is 205 - color contains mainly: blue. Hex color #213FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213FCD is #DEC032. Grayscale: #454545. Windows color (decimal): -14598195 or 13451041. OLE color: 13451041.

HSL color Cylindrical-coordinate representation of color #213FCD: hue angle of 229.53º 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 #213FCD is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 63 205 -
CMYK 0.84 0.69 0 0.20
HSL 229.53º 0.72% 0.47% -
HSV(B) 229.53º 0.84% 0.8% -
XYZ 13.42 8.29 58.65 -
YUV 70.22 204.06 101.45 -
System Red Green Blue C M Y K H S L
Decimal 33 63 205 0.84 0.69 0 0.20 229.53 0.72 0.47
Hex 21 3F CD 54 45 0 14 E6 48 2F
Octal 41 77 315 124 105 0 24 346 110 57
Binary 100001 111111 11001101 1010100 1000101 0 10100 11100110 1001000 101111

Color Harmonies of #213FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213FCD

Black with #213FCD

Text Example


Text Example

White with #213FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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