#2939BD

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

Shades of Persian Blue #2939BD

Tints of Persian Blue #2939BD

Color information

#2939BD (or 0x2939BD) is unknown color: approx Persian Blue. HEX triplet: 29, 39 and BD. RGB value is (41,57,189). Sum of RGB (Red+Green+Blue) = 41+57+189=287 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.29% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 189 (74.22% from 255 or 65.85% from 287); Max value from RGB is 189 - color contains mainly: blue. Hex color #2939BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2939BD is #D6C642. Grayscale: #424242. Windows color (decimal): -14075459 or 12400937. OLE color: 12400937.

HSL color Cylindrical-coordinate representation of color #2939BD: hue angle of 233.51º 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 #2939BD is Cyan = 0.78, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4157189-
CMYK0.780.7000.26
HSL233.51º64.35%45.1%-
HSV(B)233.51º78.31%74.12%-
XYZ11.567.0748.9-
YUV67.26196.7109.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.29%
GREEN value IS 57 (22.66% from 255) = 19.86%
BLUE value IS 189 (74.22% from 255) = 65.85%
R=14.29%
G=19.86%
B=65.85%

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
Decimal41571890.780.7000.26233.5164.3545.1
Hex2939BD4E4601Aea402d
Octal517127511610603235210055
Binary1010011110011011110110011101000110011010111010101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2939BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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