#1C38B3

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

Shades of Persian Blue #1C38B3

Tints of Persian Blue #1C38B3

Color information

#1C38B3 (or 0x1C38B3) is unknown color: approx Persian Blue. HEX triplet: 1C, 38 and B3. RGB value is (28,56,179). Sum of RGB (Red+Green+Blue) = 28+56+179=263 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.65% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 179 (70.31% from 255 or 68.06% from 263); Max value from RGB is 179 - color contains mainly: blue. Hex color #1C38B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C38B3 is #E3C74C. Grayscale: #3D3D3D. Windows color (decimal): -14927693 or 11745308. OLE color: 11745308.

HSL color Cylindrical-coordinate representation of color #1C38B3: hue angle of 228.87º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C38B3 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2856179-
CMYK0.840.6900.30
HSL228.87º72.95%40.59%-
HSV(B)228.87º84.36%70.2%-
XYZ10.036.3343.34-
YUV61.65194.22104-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.65%
GREEN value IS 56 (22.27% from 255) = 21.29%
BLUE value IS 179 (70.31% from 255) = 68.06%
R=10.65%
G=21.29%
B=68.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal28561790.840.6900.30228.8772.9540.59
Hex1C38B3544501Ee54929
Octal347026312410503634511151
Binary111001110001011001110101001000101011110111001011001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C38B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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