#1C38DA

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

Shades of Persian Blue #1C38DA

Tints of Persian Blue #1C38DA

Color information

#1C38DA (or 0x1C38DA) is unknown color: approx Persian Blue. HEX triplet: 1C, 38 and DA. RGB value is (28,56,218). Sum of RGB (Red+Green+Blue) = 28+56+218=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 218 (85.55% from 255 or 72.19% from 302); Max value from RGB is 218 - color contains mainly: blue. Hex color #1C38DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C38DA is #E3C725. Grayscale: #414141. Windows color (decimal): -14927654 or 14301212. OLE color: 14301212.

HSL color Cylindrical-coordinate representation of color #1C38DA: hue angle of 231.16º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C38DA is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2856218-
CMYK0.870.7400.15
HSL231.16º77.24%48.24%-
HSV(B)231.16º87.16%85.49%-
XYZ14.558.1467.13-
YUV66.1213.72100.83-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.27%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 218 (85.55% from 255) = 72.19%
R=9.27%
G=18.54%
B=72.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal28562180.870.7400.15231.1677.2448.24
Hex1C38DA574A0Fe74d30
Octal347033212711201734711560
Binary11100111000110110101010111100101001111111001111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C38DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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