#293DCB

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

Shades of Persian Blue #293DCB

Tints of Persian Blue #293DCB

Color information

#293DCB (or 0x293DCB) is unknown color: approx Persian Blue. HEX triplet: 29, 3D and CB. RGB value is (41,61,203). Sum of RGB (Red+Green+Blue) = 41+61+203=305 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.44% from 305); Green value is 61 (24.22% from 255 or 20% from 305); Blue value is 203 (79.69% from 255 or 66.56% from 305); Max value from RGB is 203 - color contains mainly: blue. Hex color #293DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #293DCB is #D6C234. Grayscale: #464646. Windows color (decimal): -14074421 or 13319465. OLE color: 13319465.

HSL color Cylindrical-coordinate representation of color #293DCB: hue angle of 232.59º 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 #293DCB is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB4161203-
CMYK0.800.7000.20
HSL232.59º66.39%47.84%-
HSV(B)232.59º79.8%79.61%-
XYZ13.368.1257.36-
YUV71.21202.37106.45-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.44%
GREEN value IS 61 (24.22% from 255) = 20%
BLUE value IS 203 (79.69% from 255) = 66.56%
R=13.44%
G=20%
B=66.56%

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
Decimal41612030.800.7000.20232.5966.3947.84
Hex293DCB5046014e94230
Octal517531312010602435110260
Binary1010011111011100101110100001000110010100111010011000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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