#1D3CBC

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

Shades of Persian Blue #1D3CBC

Tints of Persian Blue #1D3CBC

Color information

#1D3CBC (or 0x1D3CBC) is unknown color: approx Persian Blue. HEX triplet: 1D, 3C and BC. RGB value is (29,60,188). Sum of RGB (Red+Green+Blue) = 29+60+188=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 188 (73.83% from 255 or 67.87% from 277); Max value from RGB is 188 - color contains mainly: blue. Hex color #1D3CBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3CBC is #E2C343. Grayscale: #404040. Windows color (decimal): -14861124 or 12336157. OLE color: 12336157.

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

Color convert

RGB2960188-
CMYK0.850.6800.26
HSL228.3º73.27%42.55%-
HSV(B)228.3º84.57%73.73%-
XYZ11.27.1248.36-
YUV65.32197.23102.09-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.47%
GREEN value IS 60 (23.83% from 255) = 21.66%
BLUE value IS 188 (73.83% from 255) = 67.87%
R=10.47%
G=21.66%
B=67.87%

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
Decimal29601880.850.6800.26228.373.2742.55
Hex1D3CBC554401Ae4492b
Octal357427412510403234411153
Binary111011111001011110010101011000100011010111001001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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