#2E38BB

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

Shades of Persian Blue #2E38BB

Tints of Persian Blue #2E38BB

Color information

#2E38BB (or 0x2E38BB) is unknown color: approx Persian Blue. HEX triplet: 2E, 38 and BB. RGB value is (46,56,187). Sum of RGB (Red+Green+Blue) = 46+56+187=289 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.92% from 289); Green value is 56 (22.27% from 255 or 19.38% from 289); Blue value is 187 (73.44% from 255 or 64.71% from 289); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E38BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2E38BB is #D1C744. Grayscale: #434343. Windows color (decimal): -13748037 or 12269614. OLE color: 12269614.

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

Color convert

RGB4656187-
CMYK0.750.7000.27
HSL235.74º60.52%45.69%-
HSV(B)235.74º75.4%73.33%-
XYZ11.51747.76-
YUV67.94195.19112.35-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 15.92%
GREEN value IS 56 (22.27% from 255) = 19.38%
BLUE value IS 187 (73.44% from 255) = 64.71%
R=15.92%
G=19.38%
B=64.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal46561870.750.7000.27235.7460.5245.69
Hex2E38BB4B4601Bec3d2e
Octal56702731131060333547556
Binary101110111000101110111001011100011001101111101100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E38BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,56,187); }

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

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

 a { background-color: rgb(46,56,187); }

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

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

 span { border-color: rgb(46,56,187); }

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