#213fbb

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

Shades of Persian Blue #213FBB

Tints of Persian Blue #213FBB

Color information

#213FBB (or 0x213FBB) is unknown color: approx Persian Blue. HEX triplet: 21, 3F and BB. RGB value is (33,63,187). Sum of RGB (Red+Green+Blue) = 33+63+187=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 187 (73.44% from 255 or 66.08% from 283); Max value from RGB is 187 - color contains mainly: blue. Hex color #213FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213FBB is #DEC044. Grayscale: #434343. Windows color (decimal): -14598213 or 12271393. OLE color: 12271393.

HSL color Cylindrical-coordinate representation of color #213FBB: hue angle of 228.31º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #213FBB is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB3363187-
CMYK0.820.6600.27
HSL228.31º70%43.14%-
HSV(B)228.31º82.35%73.33%-
XYZ11.377.4747.86-
YUV68.17195.06102.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.66%
GREEN value IS 63 (25% from 255) = 22.26%
BLUE value IS 187 (73.44% from 255) = 66.08%
R=11.66%
G=22.26%
B=66.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal33631870.820.6600.27228.317043.14
Hex213FBB524201Be4462b
Octal417727312210203334410653
Binary1000011111111011101110100101000010011011111001001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213fbb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,63,187); }

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

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

 a { background-color: rgb(33,63,187); }

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

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

 span { border-color: rgb(33,63,187); }

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