Html Css Color HEX #213DB0 Persian Blue

📋 copy color: '#213DB0'

red 33 ◦ green 61 ◦ blue 176

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

Shades of Persian Blue #213DB0

Tints of Persian Blue #213DB0

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.59%

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

R = 12.22%
G = 22.59%
B = 65.19%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#213DB0 (or 0x213DB0) is known color: Persian Blue. HEX triplet: 21, 3D and B0. RGB value is (33,61,176). Sum of RGB (Red+Green+Blue) = 33+61+176=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 61 (24.22% from 255 or 22.59% from 270); Blue value is 176 (69.14% from 255 or 65.19% from 270); Max value from RGB is 176 - color contains mainly: blue. Hex color #213DB0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #213DB0 is #DEC24F. Grayscale: #414141. Windows color (decimal): -14598736 or 11549985. OLE color: 11549985.

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

Color convert

RGB 33 61 176 -
CMYK 0.81 0.65 0 0.31
HSL 228.25º 0.68% 0.41% -
HSV(B) 228.25º 0.81% 0.69% -
XYZ 10.13 6.8 41.85 -
YUV 65.74 190.22 104.65 -
System Red Green Blue C M Y K H S L
Decimal 33 61 176 0.81 0.65 0 0.31 228.25 0.68 0.41
Hex 21 3D B0 51 41 0 1F E4 44 29
Octal 41 75 260 121 101 0 37 344 104 51
Binary 100001 111101 10110000 1010001 1000001 0 11111 11100100 1000100 101001

Color Harmonies of #213DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213DB0

Black with #213DB0

Text Example


Text Example

White with #213DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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