#213DBE

Color #213DBE Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #213DBE

Tints of Persian Blue #213DBE

Color information

#213DBE (or 0x213DBE) is unknown color: approx Persian Blue. HEX triplet: 21, 3D and BE. RGB value is (33,61,190). Sum of RGB (Red+Green+Blue) = 33+61+190=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #213DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213DBE is #DEC241. Grayscale: #424242. Windows color (decimal): -14598722 or 12467489. OLE color: 12467489.

HSL color Cylindrical-coordinate representation of color #213DBE: hue angle of 229.3º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #213DBE is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3361190-
CMYK0.830.6800.25
HSL229.3º70.4%43.73%-
HSV(B)229.3º82.63%74.51%-
XYZ11.597.3849.53-
YUV67.33197.22103.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.62%
GREEN value IS 61 (24.22% from 255) = 21.48%
BLUE value IS 190 (74.61% from 255) = 66.90%
R=11.62%
G=21.48%
B=66.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33611900.830.6800.25229.370.443.73
Hex213DBE5344019e5462c
Octal417527612310403134510654
Binary1000011111011011111010100111000100011001111001011000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #213DBE;
 }
 .AnyTagClassName
 {
   color: #213DBE;
 }
</style>
background-color css

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

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

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

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

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

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