Html Css Color HEX #213CB2 Persian Blue

📋 copy color: '#213CB2'

red 33 ◦ green 60 ◦ blue 178

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

Shades of Persian Blue #213CB2

Tints of Persian Blue #213CB2

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.14%

 BLUE value IS 178 (69.92% from 255) = 65.68%

R = 12.18%
G = 22.14%
B = 65.68%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#213CB2 (or 0x213CB2) is known color: Persian Blue. HEX triplet: 21, 3C and B2. RGB value is (33,60,178). Sum of RGB (Red+Green+Blue) = 33+60+178=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 178 (69.92% from 255 or 65.68% from 271); Max value from RGB is 178 - color contains mainly: blue. Hex color #213CB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213CB2 is #DEC34D. Grayscale: #404040. Windows color (decimal): -14598990 or 11680801. OLE color: 11680801.

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

Color convert

RGB 33 60 178 -
CMYK 0.81 0.66 0 0.30
HSL 228.83º 0.69% 0.41% -
HSV(B) 228.83º 0.81% 0.7% -
XYZ 10.28 6.77 42.88 -
YUV 65.38 191.55 104.91 -
System Red Green Blue C M Y K H S L
Decimal 33 60 178 0.81 0.66 0 0.30 228.83 0.69 0.41
Hex 21 3C B2 51 42 0 1E E5 45 29
Octal 41 74 262 121 102 0 36 345 105 51
Binary 100001 111100 10110010 1010001 1000010 0 11110 11100101 1000101 101001

Color Harmonies of #213CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213CB2

Black with #213CB2

Text Example


Text Example

White with #213CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,60,178); }

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

background-color css

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

 a { background-color: rgb(33,60,178); }

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

border-color css

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

 span { border-color: rgb(33,60,178); }

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