#1B38C5

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

Shades of Persian Blue #1B38C5

Tints of Persian Blue #1B38C5

Color information

#1B38C5 (or 0x1B38C5) is unknown color: approx Persian Blue. HEX triplet: 1B, 38 and C5. RGB value is (27,56,197). Sum of RGB (Red+Green+Blue) = 27+56+197=280 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.64% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 197 (77.34% from 255 or 70.36% from 280); Max value from RGB is 197 - color contains mainly: blue. Hex color #1B38C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1B38C5 is #E4C73A. Grayscale: #3E3E3E. Windows color (decimal): -14993211 or 12924955. OLE color: 12924955.

HSL color Cylindrical-coordinate representation of color #1B38C5: hue angle of 229.76º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B38C5 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB2756197-
CMYK0.860.7200.23
HSL229.76º75.89%43.92%-
HSV(B)229.76º86.29%77.25%-
XYZ11.947.0953.56-
YUV63.4203.39102.04-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.64%
GREEN value IS 56 (22.27% from 255) = 20%
BLUE value IS 197 (77.34% from 255) = 70.36%
R=9.64%
G=20%
B=70.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal27561970.860.7200.23229.7675.8943.92
Hex1B38C55648017e64c2c
Octal337030512611002734611454
Binary110111110001100010110101101001000010111111001101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B38C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,56,197); }

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

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

 a { background-color: rgb(27,56,197); }

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

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

 span { border-color: rgb(27,56,197); }

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