#293CCB

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

Shades of Persian Blue #293CCB

Tints of Persian Blue #293CCB

Color information

#293CCB (or 0x293CCB) is unknown color: approx Persian Blue. HEX triplet: 29, 3C and CB. RGB value is (41,60,203). Sum of RGB (Red+Green+Blue) = 41+60+203=304 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.49% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 203 (79.69% from 255 or 66.78% from 304); Max value from RGB is 203 - color contains mainly: blue. Hex color #293CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293CCB is #D6C334. Grayscale: #464646. Windows color (decimal): -14074677 or 13319209. OLE color: 13319209.

HSL color Cylindrical-coordinate representation of color #293CCB: hue angle of 232.96º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #293CCB is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4160203-
CMYK0.800.7000.20
HSL232.96º66.39%47.84%-
HSV(B)232.96º79.8%79.61%-
XYZ13.318.0157.35-
YUV70.62202.71106.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.49%
GREEN value IS 60 (23.83% from 255) = 19.74%
BLUE value IS 203 (79.69% from 255) = 66.78%
R=13.49%
G=19.74%
B=66.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal41602030.800.7000.20232.9666.3947.84
Hex293CCB5046014e94230
Octal517431312010602435110260
Binary1010011111001100101110100001000110010100111010011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,60,203); }

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

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

 a { background-color: rgb(41,60,203); }

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

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

 span { border-color: rgb(41,60,203); }

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