#1F3CDC

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

Shades of Persian Blue #1F3CDC

Tints of Persian Blue #1F3CDC

Color information

#1F3CDC (or 0x1F3CDC) is unknown color: approx Persian Blue. HEX triplet: 1F, 3C and DC. RGB value is (31,60,220). Sum of RGB (Red+Green+Blue) = 31+60+220=311 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.97% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #1F3CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1F3CDC is #E0C323. Grayscale: #444444. Windows color (decimal): -14730020 or 14433311. OLE color: 14433311.

HSL color Cylindrical-coordinate representation of color #1F3CDC: hue angle of 230.79º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F3CDC is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB3160220-
CMYK0.860.7300.14
HSL230.79º75.3%49.22%-
HSV(B)230.79º85.91%86.27%-
XYZ15.18.6968.59-
YUV69.57212.89100.49-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.97%
GREEN value IS 60 (23.83% from 255) = 19.29%
BLUE value IS 220 (86.33% from 255) = 70.74%
R=9.97%
G=19.29%
B=70.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal31602200.860.7300.14230.7975.349.22
Hex1F3CDC56490Ee74b31
Octal377433412611101634711361
Binary11111111100110111001010110100100101110111001111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,60,220); }

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

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

 a { background-color: rgb(31,60,220); }

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

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

 span { border-color: rgb(31,60,220); }

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