#1D38BE

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

Shades of Persian Blue #1D38BE

Tints of Persian Blue #1D38BE

Color information

#1D38BE (or 0x1D38BE) is unknown color: approx Persian Blue. HEX triplet: 1D, 38 and BE. RGB value is (29,56,190). Sum of RGB (Red+Green+Blue) = 29+56+190=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 190 (74.61% from 255 or 69.09% from 275); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D38BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D38BE is #E2C741. Grayscale: #3E3E3E. Windows color (decimal): -14862146 or 12466205. OLE color: 12466205.

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

Color convert

RGB2956190-
CMYK0.850.7100.25
HSL229.94º73.52%42.94%-
HSV(B)229.94º84.74%74.51%-
XYZ11.226.8149.44-
YUV63.2199.55103.6-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.55%
GREEN value IS 56 (22.27% from 255) = 20.36%
BLUE value IS 190 (74.61% from 255) = 69.09%
R=10.55%
G=20.36%
B=69.09%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal29561900.850.7100.25229.9473.5242.94
Hex1D38BE5547019e64a2b
Octal357027612510703134611253
Binary111011110001011111010101011000111011001111001101001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D38BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,56,190); }

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

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

 a { background-color: rgb(29,56,190); }

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

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

 span { border-color: rgb(29,56,190); }

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