#2C3DCB

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

Shades of Persian Blue #2C3DCB

Tints of Persian Blue #2C3DCB

Color information

#2C3DCB (or 0x2C3DCB) is unknown color: approx Persian Blue. HEX triplet: 2C, 3D and CB. RGB value is (44,61,203). Sum of RGB (Red+Green+Blue) = 44+61+203=308 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.29% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #2C3DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2C3DCB is #D3C234. Grayscale: #474747. Windows color (decimal): -13877813 or 13319468. OLE color: 13319468.

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

Color convert

RGB4461203-
CMYK0.780.7000.20
HSL233.58º64.37%48.43%-
HSV(B)233.58º78.33%79.61%-
XYZ13.498.1857.37-
YUV72.1201.87107.95-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 14.29%
GREEN value IS 61 (24.22% from 255) = 19.81%
BLUE value IS 203 (79.69% from 255) = 65.91%
R=14.29%
G=19.81%
B=65.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal44612030.780.7000.20233.5864.3748.43
Hex2C3DCB4E46014ea4030
Octal547531311610602435210060
Binary1011001111011100101110011101000110010100111010101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C3DCB; }

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

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

<style>
 a { background-color: #2C3DCB; }

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

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

<style>
 span { border-color: #2C3DCB; }

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

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