Html Css Color HEX #213CB0 Persian Blue

📋 copy color: '#213CB0'

red 33 ◦ green 60 ◦ blue 176

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

Shades of Persian Blue #213CB0

Tints of Persian Blue #213CB0

RGB

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

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

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

R = 12.27%
G = 22.3%
B = 65.43%

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

#213CB0 (or 0x213CB0) is known color: Persian Blue. HEX triplet: 21, 3C and B0. RGB value is (33,60,176). Sum of RGB (Red+Green+Blue) = 33+60+176=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 176 (69.14% from 255 or 65.43% from 269); Max value from RGB is 176 - color contains mainly: blue. Hex color #213CB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213CB0 is #DEC34F. Grayscale: #404040. Windows color (decimal): -14598992 or 11549729. OLE color: 11549729.

HSL color Cylindrical-coordinate representation of color #213CB0: hue angle of 228.67º 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 #213CB0 is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 33 60 176 -
CMYK 0.81 0.66 0 0.31
HSL 228.67º 0.68% 0.41% -
HSV(B) 228.67º 0.81% 0.69% -
XYZ 10.08 6.69 41.83 -
YUV 65.15 190.55 105.07 -
System Red Green Blue C M Y K H S L
Decimal 33 60 176 0.81 0.66 0 0.31 228.67 0.68 0.41
Hex 21 3C B0 51 42 0 1F E5 44 29
Octal 41 74 260 121 102 0 37 345 104 51
Binary 100001 111100 10110000 1010001 1000010 0 11111 11100101 1000100 101001

Color Harmonies of #213CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213CB0

Black with #213CB0

Text Example


Text Example

White with #213CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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