#1c3bdb

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

Shades of Persian Blue #1C3BDB

Tints of Persian Blue #1C3BDB

Color information

#1C3BDB (or 0x1C3BDB) is unknown color: approx Persian Blue. HEX triplet: 1C, 3B and DB. RGB value is (28,59,219). Sum of RGB (Red+Green+Blue) = 28+59+219=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 59 (23.44% from 255 or 19.28% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #1C3BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C3BDB is #E3C424. Grayscale: #434343. Windows color (decimal): -14926885 or 14367516. OLE color: 14367516.

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

Color convert

RGB2859219-
CMYK0.870.7300.14
HSL230.26º77.33%48.43%-
HSV(B)230.26º87.21%85.88%-
XYZ14.838.4967.87-
YUV67.97213.2399.49-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.15%
GREEN value IS 59 (23.44% from 255) = 19.28%
BLUE value IS 219 (85.94% from 255) = 71.57%
R=9.15%
G=19.28%
B=71.57%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal28592190.870.7300.14230.2677.3348.43
Hex1C3BDB57490Ee64d30
Octal347333312711101634611560
Binary11100111011110110111010111100100101110111001101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1c3bdb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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