#1D3BBB

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

Shades of Persian Blue #1D3BBB

Tints of Persian Blue #1D3BBB

Color information

#1D3BBB (or 0x1D3BBB) is unknown color: approx Persian Blue. HEX triplet: 1D, 3B and BB. RGB value is (29,59,187). Sum of RGB (Red+Green+Blue) = 29+59+187=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 187 (73.44% from 255 or 68% from 275); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D3BBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D3BBB is #E2C444. Grayscale: #404040. Windows color (decimal): -14861381 or 12270365. OLE color: 12270365.

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

Color convert

RGB2959187-
CMYK0.840.6800.27
HSL228.61º73.15%42.35%-
HSV(B)228.61º84.49%73.33%-
XYZ11.046.9847.78-
YUV64.62197.06102.59-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.55%
GREEN value IS 59 (23.44% from 255) = 21.45%
BLUE value IS 187 (73.44% from 255) = 68%
R=10.55%
G=21.45%
B=68%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal29591870.840.6800.27228.6173.1542.35
Hex1D3BBB544401Be5492a
Octal357327312410403334511152
Binary111011110111011101110101001000100011011111001011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,59,187); }

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

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

 a { background-color: rgb(29,59,187); }

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

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

 span { border-color: rgb(29,59,187); }

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