#1C38C3

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

Shades of Persian Blue #1C38C3

Tints of Persian Blue #1C38C3

Color information

#1C38C3 (or 0x1C38C3) is unknown color: approx Persian Blue. HEX triplet: 1C, 38 and C3. RGB value is (28,56,195). Sum of RGB (Red+Green+Blue) = 28+56+195=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 195 (76.56% from 255 or 69.89% from 279); Max value from RGB is 195 - color contains mainly: blue. Hex color #1C38C3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C38C3 is #E3C73C. Grayscale: #3E3E3E. Windows color (decimal): -14927677 or 12793884. OLE color: 12793884.

HSL color Cylindrical-coordinate representation of color #1C38C3: hue angle of 229.94º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C38C3 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2856195-
CMYK0.860.7100.24
HSL229.94º74.89%43.73%-
HSV(B)229.94º85.64%76.47%-
XYZ11.747.0252.36-
YUV63.47202.22102.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.04%
GREEN value IS 56 (22.27% from 255) = 20.07%
BLUE value IS 195 (76.56% from 255) = 69.89%
R=10.04%
G=20.07%
B=69.89%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal28561950.860.7100.24229.9474.8943.73
Hex1C38C35647018e64b2c
Octal347030312610703034611354
Binary111001110001100001110101101000111011000111001101001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C38C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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