#1c37cf

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

Shades of Persian Blue #1C37CF

Tints of Persian Blue #1C37CF

Color information

#1C37CF (or 0x1C37CF) is unknown color: approx Persian Blue. HEX triplet: 1C, 37 and CF. RGB value is (28,55,207). Sum of RGB (Red+Green+Blue) = 28+55+207=290 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.66% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 207 (81.25% from 255 or 71.38% from 290); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C37CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C37CF is #E3C830. Grayscale: #3F3F3F. Windows color (decimal): -14927921 or 13580060. OLE color: 13580060.

HSL color Cylindrical-coordinate representation of color #1C37CF: hue angle of 230.95º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C37CF is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2855207-
CMYK0.860.7300.19
HSL230.95º76.17%46.08%-
HSV(B)230.95º86.47%81.18%-
XYZ13.117.4859.79-
YUV64.26208.55102.14-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.66%
GREEN value IS 55 (21.88% from 255) = 18.97%
BLUE value IS 207 (81.25% from 255) = 71.38%
R=9.66%
G=18.97%
B=71.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal28552070.860.7300.19230.9576.1746.08
Hex1C37CF5649013e74c2e
Octal346731712611102334711456
Binary111001101111100111110101101001001010011111001111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c37cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,55,207); }

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

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

 a { background-color: rgb(28,55,207); }

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

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

 span { border-color: rgb(28,55,207); }

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