#1C3DCE

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

Shades of Persian Blue #1C3DCE

Tints of Persian Blue #1C3DCE

Color information

#1C3DCE (or 0x1C3DCE) is unknown color: approx Persian Blue. HEX triplet: 1C, 3D and CE. RGB value is (28,61,206). Sum of RGB (Red+Green+Blue) = 28+61+206=295 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.49% from 295); Green value is 61 (24.22% from 255 or 20.68% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C3DCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C3DCE is #E3C231. Grayscale: #434343. Windows color (decimal): -14926386 or 13516060. OLE color: 13516060.

HSL color Cylindrical-coordinate representation of color #1C3DCE: hue angle of 228.88º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C3DCE is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2861206-
CMYK0.860.7000.19
HSL228.88º76.07%45.88%-
HSV(B)228.88º86.41%80.78%-
XYZ13.298.0459.24-
YUV67.66206.0799.71-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.49%
GREEN value IS 61 (24.22% from 255) = 20.68%
BLUE value IS 206 (80.86% from 255) = 69.83%
R=9.49%
G=20.68%
B=69.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal28612060.860.7000.19228.8876.0745.88
Hex1C3DCE5646013e54c2e
Octal347531612610602334511456
Binary111001111011100111010101101000110010011111001011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C3DCE; }

 p { color: rgb(28,61,206); }

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

<style>
 a { background-color: #1C3DCE; }

 a { background-color: rgb(28,61,206); }

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

<style>
 span { border-color: #1C3DCE; }

 span { border-color: rgb(28,61,206); }

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