#1C3BE9

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

Shades of Persian Blue #1C3BE9

Tints of Persian Blue #1C3BE9

Color information

#1C3BE9 (or 0x1C3BE9) is unknown color: approx Persian Blue. HEX triplet: 1C, 3B and E9. RGB value is (28,59,233). Sum of RGB (Red+Green+Blue) = 28+59+233=320 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.75% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 233 (91.41% from 255 or 72.81% from 320); Max value from RGB is 233 - color contains mainly: blue. Hex color #1C3BE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1C3BE9 is #E3C416. Grayscale: #444444. Windows color (decimal): -14926871 or 15285020. OLE color: 15285020.

HSL color Cylindrical-coordinate representation of color #1C3BE9: hue angle of 230.93º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1C3BE9 is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB2859233-
CMYK0.880.7500.09
HSL230.93º82.33%51.18%-
HSV(B)230.93º87.98%91.37%-
XYZ16.759.2677.99-
YUV69.57220.2398.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 8.75%
GREEN value IS 59 (23.44% from 255) = 18.44%
BLUE value IS 233 (91.41% from 255) = 72.81%
R=8.75%
G=18.44%
B=72.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal28592330.880.7500.09230.9382.3351.18
Hex1C3BE9584B09e75233
Octal347335113011301134712263
Binary11100111011111010011011000100101101001111001111010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3BE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,59,233); }

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

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

 a { background-color: rgb(28,59,233); }

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

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

 span { border-color: rgb(28,59,233); }

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