Html Css Color HEX #213EBD Persian Blue

📋 copy color: '#213EBD'

red 33 ◦ green 62 ◦ blue 189

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

Shades of Persian Blue #213EBD

Tints of Persian Blue #213EBD

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.83%

 BLUE value IS 189 (74.22% from 255) = 66.55%

R = 11.62%
G = 21.83%
B = 66.55%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#213EBD (or 0x213EBD) is known color: Persian Blue. HEX triplet: 21, 3E and BD. RGB value is (33,62,189). Sum of RGB (Red+Green+Blue) = 33+62+189=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 189 (74.22% from 255 or 66.55% from 284); Max value from RGB is 189 - color contains mainly: blue. Hex color #213EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213EBD is #DEC142. Grayscale: #434343. Windows color (decimal): -14598467 or 12402209. OLE color: 12402209.

HSL color Cylindrical-coordinate representation of color #213EBD: hue angle of 228.85º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #213EBD is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 62 189 -
CMYK 0.83 0.67 0 0.26
HSL 228.85º 0.7% 0.44% -
HSV(B) 228.85º 0.83% 0.74% -
XYZ 11.54 7.44 48.97 -
YUV 67.81 196.39 103.17 -
System Red Green Blue C M Y K H S L
Decimal 33 62 189 0.83 0.67 0 0.26 228.85 0.7 0.44
Hex 21 3E BD 53 43 0 1A E5 46 2C
Octal 41 76 275 123 103 0 32 345 106 54
Binary 100001 111110 10111101 1010011 1000011 0 11010 11100101 1000110 101100

Color Harmonies of #213EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213EBD

Black with #213EBD

Text Example


Text Example

White with #213EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,62,189); }

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

background-color css

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

 a { background-color: rgb(33,62,189); }

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

border-color css

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

 span { border-color: rgb(33,62,189); }

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