#1c3fcf

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

Shades of Persian Blue #1C3FCF

Tints of Persian Blue #1C3FCF

Color information

#1C3FCF (or 0x1C3FCF) is unknown color: approx Persian Blue. HEX triplet: 1C, 3F and CF. RGB value is (28,63,207). Sum of RGB (Red+Green+Blue) = 28+63+207=298 (39% of max value = 765). Red value is 28 (11.33% from 255 or 9.40% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 207 (81.25% from 255 or 69.46% from 298); Max value from RGB is 207 - color contains mainly: blue. Hex color #1C3FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C3FCF is #E3C030. Grayscale: #444444. Windows color (decimal): -14925873 or 13582108. OLE color: 13582108.

HSL color Cylindrical-coordinate representation of color #1C3FCF: hue angle of 228.27º 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 #1C3FCF is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2863207-
CMYK0.860.7000.19
HSL228.27º76.17%46.08%-
HSV(B)228.27º86.47%81.18%-
XYZ13.528.3159.92-
YUV68.95205.998.79-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.40%
GREEN value IS 63 (25% from 255) = 21.14%
BLUE value IS 207 (81.25% from 255) = 69.46%
R=9.40%
G=21.14%
B=69.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal28632070.860.7000.19228.2776.1746.08
Hex1C3FCF5646013e44c2e
Octal347731712610602334411456
Binary111001111111100111110101101000110010011111001001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c3fcf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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