#1C38DF

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

Shades of Persian Blue #1C38DF

Tints of Persian Blue #1C38DF

Color information

#1C38DF (or 0x1C38DF) is unknown color: approx Persian Blue. HEX triplet: 1C, 38 and DF. RGB value is (28,56,223). Sum of RGB (Red+Green+Blue) = 28+56+223=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 223 (87.5% from 255 or 72.64% from 307); Max value from RGB is 223 - color contains mainly: blue. Hex color #1C38DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C38DF is #E3C720. Grayscale: #414141. Windows color (decimal): -14927649 or 14628892. OLE color: 14628892.

HSL color Cylindrical-coordinate representation of color #1C38DF: hue angle of 231.38º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C38DF is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2856223-
CMYK0.870.7500.13
HSL231.38º77.69%49.22%-
HSV(B)231.38º87.44%87.45%-
XYZ15.218.470.63-
YUV66.67216.22100.42-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.12%
GREEN value IS 56 (22.27% from 255) = 18.24%
BLUE value IS 223 (87.5% from 255) = 72.64%
R=9.12%
G=18.24%
B=72.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal28562230.870.7500.13231.3877.6949.22
Hex1C38DF574B0De74e31
Octal347033712711301534711661
Binary11100111000110111111010111100101101101111001111001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C38DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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