Html Css Color HEX #213BB0 Persian Blue

📋 copy color: '#213BB0'

red 33 ◦ green 59 ◦ blue 176

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

Shades of Persian Blue #213BB0

Tints of Persian Blue #213BB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 65.67%

R = 12.31%
G = 22.01%
B = 65.67%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#213BB0 (or 0x213BB0) is known color: Persian Blue. HEX triplet: 21, 3B and B0. RGB value is (33,59,176). Sum of RGB (Red+Green+Blue) = 33+59+176=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 59 (23.44% from 255 or 22.01% from 268); Blue value is 176 (69.14% from 255 or 65.67% from 268); Max value from RGB is 176 - color contains mainly: blue. Hex color #213BB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213BB0 is #DEC44F. Grayscale: #404040. Windows color (decimal): -14599248 or 11549473. OLE color: 11549473.

HSL color Cylindrical-coordinate representation of color #213BB0: hue angle of 229.09º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #213BB0 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 59 176 -
CMYK 0.81 0.66 0 0.31
HSL 229.09º 0.68% 0.41% -
HSV(B) 229.09º 0.81% 0.69% -
XYZ 10.03 6.59 41.82 -
YUV 64.56 190.89 105.49 -
System Red Green Blue C M Y K H S L
Decimal 33 59 176 0.81 0.66 0 0.31 229.09 0.68 0.41
Hex 21 3B B0 51 42 0 1F E5 44 29
Octal 41 73 260 121 102 0 37 345 104 51
Binary 100001 111011 10110000 1010001 1000010 0 11111 11100101 1000100 101001

Color Harmonies of #213BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213BB0

Black with #213BB0

Text Example


Text Example

White with #213BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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