Html Css Color HEX #213BD0 Persian Blue

📋 copy color: '#213BD0'

red 33 ◦ green 59 ◦ blue 208

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

Shades of Persian Blue #213BD0

Tints of Persian Blue #213BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 69.33%

R = 11%
G = 19.67%
B = 69.33%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#213BD0 (or 0x213BD0) is known color: Persian Blue. HEX triplet: 21, 3B and D0. RGB value is (33,59,208). Sum of RGB (Red+Green+Blue) = 33+59+208=300 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11% from 300); Green value is 59 (23.44% from 255 or 19.67% from 300); Blue value is 208 (81.64% from 255 or 69.33% from 300); Max value from RGB is 208 - color contains mainly: blue. Hex color #213BD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213BD0 is #DEC42F. Grayscale: #434343. Windows color (decimal): -14599216 or 13646625. OLE color: 13646625.

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

Color convert

RGB 33 59 208 -
CMYK 0.84 0.72 0 0.18
HSL 231.09º 0.73% 0.47% -
HSV(B) 231.09º 0.84% 0.82% -
XYZ 13.58 8.01 60.5 -
YUV 68.21 206.89 102.88 -
System Red Green Blue C M Y K H S L
Decimal 33 59 208 0.84 0.72 0 0.18 231.09 0.73 0.47
Hex 21 3B D0 54 48 0 12 E7 49 2F
Octal 41 73 320 124 110 0 22 347 111 57
Binary 100001 111011 11010000 1010100 1001000 0 10010 11100111 1001001 101111

Color Harmonies of #213BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213BD0

Black with #213BD0

Text Example


Text Example

White with #213BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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