#1c38ce

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

Shades of Persian Blue #1C38CE

Tints of Persian Blue #1C38CE

Color information

#1C38CE (or 0x1C38CE) is unknown color: approx Persian Blue. HEX triplet: 1C, 38 and CE. RGB value is (28,56,206). Sum of RGB (Red+Green+Blue) = 28+56+206=290 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.66% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C38CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C38CE is #E3C731. Grayscale: #404040. Windows color (decimal): -14927666 or 13514780. OLE color: 13514780.

HSL color Cylindrical-coordinate representation of color #1C38CE: hue angle of 230.56º 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 #1C38CE is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2856206-
CMYK0.860.7300.19
HSL230.56º76.07%45.88%-
HSV(B)230.56º86.41%80.78%-
XYZ13.037.5359.16-
YUV64.73207.72101.8-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.66%
GREEN value IS 56 (22.27% from 255) = 19.31%
BLUE value IS 206 (80.86% from 255) = 71.03%
R=9.66%
G=19.31%
B=71.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal28562060.860.7300.19230.5676.0745.88
Hex1C38CE5649013e74c2e
Octal347031612611102334711456
Binary111001110001100111010101101001001010011111001111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c38ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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