#2939BC

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

Shades of Persian Blue #2939BC

Tints of Persian Blue #2939BC

Color information

#2939BC (or 0x2939BC) is unknown color: approx Persian Blue. HEX triplet: 29, 39 and BC. RGB value is (41,57,188). Sum of RGB (Red+Green+Blue) = 41+57+188=286 (37% of max value = 765). Red value is 41 (16.41% from 255 or 14.34% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 188 (73.83% from 255 or 65.73% from 286); Max value from RGB is 188 - color contains mainly: blue. Hex color #2939BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2939BC is #D6C643. Grayscale: #424242. Windows color (decimal): -14075460 or 12335401. OLE color: 12335401.

HSL color Cylindrical-coordinate representation of color #2939BC: hue angle of 233.47º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2939BC is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4157188-
CMYK0.780.7000.26
HSL233.47º64.19%44.9%-
HSV(B)233.47º78.19%73.73%-
XYZ11.457.0348.33-
YUV67.15196.2109.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.34%
GREEN value IS 57 (22.66% from 255) = 19.93%
BLUE value IS 188 (73.83% from 255) = 65.73%
R=14.34%
G=19.93%
B=65.73%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41571880.780.7000.26233.4764.1944.9
Hex2939BC4E4601Ae9402d
Octal517127411610603235110055
Binary1010011110011011110010011101000110011010111010011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2939BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2939BC; }

 p { color: rgb(41,57,188); }

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

<style>
 a { background-color: #2939BC; }

 a { background-color: rgb(41,57,188); }

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

<style>
 span { border-color: #2939BC; }

 span { border-color: rgb(41,57,188); }

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