#2B39C0

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

Shades of Persian Blue #2B39C0

Tints of Persian Blue #2B39C0

Color information

#2B39C0 (or 0x2B39C0) is unknown color: approx Persian Blue. HEX triplet: 2B, 39 and C0. RGB value is (43,57,192). Sum of RGB (Red+Green+Blue) = 43+57+192=292 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.73% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 192 (75.39% from 255 or 65.75% from 292); Max value from RGB is 192 - color contains mainly: blue. Hex color #2B39C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B39C0 is #D4C63F. Grayscale: #434343. Windows color (decimal): -13944384 or 12597547. OLE color: 12597547.

HSL color Cylindrical-coordinate representation of color #2B39C0: hue angle of 234.36º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B39C0 is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4357192-
CMYK0.780.7000.25
HSL234.36º63.4%46.08%-
HSV(B)234.36º77.6%75.29%-
XYZ11.977.2550.64-
YUV68.2197.86110.02-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.73%
GREEN value IS 57 (22.66% from 255) = 19.52%
BLUE value IS 192 (75.39% from 255) = 65.75%
R=14.73%
G=19.52%
B=65.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal43571920.780.7000.25234.3663.446.08
Hex2B39C04E46019ea3f2e
Octal53713001161060313527756
Binary101011111001110000001001110100011001100111101010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B39C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B39C0; }

 p { color: rgb(43,57,192); }

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

<style>
 a { background-color: #2B39C0; }

 a { background-color: rgb(43,57,192); }

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

<style>
 span { border-color: #2B39C0; }

 span { border-color: rgb(43,57,192); }

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