#212DBE

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

Shades of Persian Blue #212DBE

Tints of Persian Blue #212DBE

Color information

#212DBE (or 0x212DBE) is unknown color: approx Persian Blue. HEX triplet: 21, 2D and BE. RGB value is (33,45,190). Sum of RGB (Red+Green+Blue) = 33+45+190=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 190 (74.61% from 255 or 70.90% from 268); Max value from RGB is 190 - color contains mainly: blue. Hex color #212DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212DBE is #DED241. Grayscale: #393939. Windows color (decimal): -14602818 or 12463393. OLE color: 12463393.

HSL color Cylindrical-coordinate representation of color #212DBE: hue angle of 235.41º 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 #212DBE is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB3345190-
CMYK0.830.7600.25
HSL235.41º70.4%43.73%-
HSV(B)235.41º82.63%74.51%-
XYZ10.865.9249.29-
YUV57.94202.52110.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.31%
GREEN value IS 45 (17.97% from 255) = 16.79%
BLUE value IS 190 (74.61% from 255) = 70.90%
R=12.31%
G=16.79%
B=70.90%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33451900.830.7600.25235.4170.443.73
Hex212DBE534C019eb462c
Octal415527612311403135310654
Binary1000011011011011111010100111001100011001111010111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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