Html Css Color HEX #213BCD Persian Blue

📋 copy color: '#213BCD'

red 33 ◦ green 59 ◦ blue 205

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

Shades of Persian Blue #213BCD

Tints of Persian Blue #213BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.87%

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

R = 11.11%
G = 19.87%
B = 69.02%

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

#213BCD (or 0x213BCD) is known color: Persian Blue. HEX triplet: 21, 3B and CD. RGB value is (33,59,205). Sum of RGB (Red+Green+Blue) = 33+59+205=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #213BCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213BCD is #DEC432. Grayscale: #434343. Windows color (decimal): -14599219 or 13450017. OLE color: 13450017.

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

Color convert

RGB 33 59 205 -
CMYK 0.84 0.71 0 0.20
HSL 230.93º 0.72% 0.47% -
HSV(B) 230.93º 0.84% 0.8% -
XYZ 13.21 7.86 58.58 -
YUV 67.87 205.39 103.13 -
System Red Green Blue C M Y K H S L
Decimal 33 59 205 0.84 0.71 0 0.20 230.93 0.72 0.47
Hex 21 3B CD 54 47 0 14 E7 48 2F
Octal 41 73 315 124 107 0 24 347 110 57
Binary 100001 111011 11001101 1010100 1000111 0 10100 11100111 1001000 101111

Color Harmonies of #213BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213BCD

Black with #213BCD

Text Example


Text Example

White with #213BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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