#2B39CE

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

Shades of Persian Blue #2B39CE

Tints of Persian Blue #2B39CE

Color information

#2B39CE (or 0x2B39CE) is unknown color: approx Persian Blue. HEX triplet: 2B, 39 and CE. RGB value is (43,57,206). Sum of RGB (Red+Green+Blue) = 43+57+206=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B39CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B39CE is #D4C631. Grayscale: #454545. Windows color (decimal): -13944370 or 13515051. OLE color: 13515051.

HSL color Cylindrical-coordinate representation of color #2B39CE: hue angle of 234.85º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B39CE is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB4357206-
CMYK0.790.7200.19
HSL234.85º65.46%48.82%-
HSV(B)234.85º79.13%80.78%-
XYZ13.67.959.2-
YUV69.8204.86108.88-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.05%
GREEN value IS 57 (22.66% from 255) = 18.63%
BLUE value IS 206 (80.86% from 255) = 67.32%
R=14.05%
G=18.63%
B=67.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal43572060.790.7200.19234.8565.4648.82
Hex2B39CE4F48013eb4131
Octal537131611711002335310161
Binary1010111110011100111010011111001000010011111010111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B39CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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