#293BBC

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

Shades of Persian Blue #293BBC

Tints of Persian Blue #293BBC

Color information

#293BBC (or 0x293BBC) is unknown color: approx Persian Blue. HEX triplet: 29, 3B and BC. RGB value is (41,59,188). Sum of RGB (Red+Green+Blue) = 41+59+188=288 (38% of max value = 765). Red value is 41 (16.41% from 255 or 14.24% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #293BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293BBC is #D6C443. Grayscale: #434343. Windows color (decimal): -14074948 or 12335913. OLE color: 12335913.

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

Color convert

RGB4159188-
CMYK0.780.6900.26
HSL232.65º64.19%44.9%-
HSV(B)232.65º78.19%73.73%-
XYZ11.567.2348.36-
YUV68.32195.54108.51-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 14.24%
GREEN value IS 59 (23.44% from 255) = 20.49%
BLUE value IS 188 (73.83% from 255) = 65.28%
R=14.24%
G=20.49%
B=65.28%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41591880.780.6900.26232.6564.1944.9
Hex293BBC4E4501Ae9402d
Octal517327411610503235110055
Binary1010011110111011110010011101000101011010111010011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293BBC; }

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

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

<style>
 a { background-color: #293BBC; }

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

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

<style>
 span { border-color: #293BBC; }

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

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