#1C3CBC

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

Shades of Persian Blue #1C3CBC

Tints of Persian Blue #1C3CBC

Color information

#1C3CBC (or 0x1C3CBC) is unknown color: approx Persian Blue. HEX triplet: 1C, 3C and BC. RGB value is (28,60,188). Sum of RGB (Red+Green+Blue) = 28+60+188=276 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.14% from 276); Green value is 60 (23.83% from 255 or 21.74% from 276); Blue value is 188 (73.83% from 255 or 68.12% from 276); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C3CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C3CBC is #E3C343. Grayscale: #404040. Windows color (decimal): -14926660 or 12336156. OLE color: 12336156.

HSL color Cylindrical-coordinate representation of color #1C3CBC: hue angle of 228º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C3CBC is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2860188-
CMYK0.850.6800.26
HSL228º74.07%42.35%-
HSV(B)228º85.11%73.73%-
XYZ11.177.1148.36-
YUV65.02197.4101.59-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.14%
GREEN value IS 60 (23.83% from 255) = 21.74%
BLUE value IS 188 (73.83% from 255) = 68.12%
R=10.14%
G=21.74%
B=68.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal28601880.850.6800.2622874.0742.35
Hex1C3CBC554401Ae44a2a
Octal347427412510403234411252
Binary111001111001011110010101011000100011010111001001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C3CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,60,188); }

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

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

 a { background-color: rgb(28,60,188); }

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

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

 span { border-color: rgb(28,60,188); }

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