#1C38BB

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

Shades of Persian Blue #1C38BB

Tints of Persian Blue #1C38BB

Color information

#1C38BB (or 0x1C38BB) is unknown color: approx Persian Blue. HEX triplet: 1C, 38 and BB. RGB value is (28,56,187). Sum of RGB (Red+Green+Blue) = 28+56+187=271 (35% of max value = 765). Red value is 28 (11.33% from 255 or 10.33% from 271); Green value is 56 (22.27% from 255 or 20.66% from 271); Blue value is 187 (73.44% from 255 or 69.00% from 271); Max value from RGB is 187 - color contains mainly: blue. Hex color #1C38BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C38BB is #E3C744. Grayscale: #3E3E3E. Windows color (decimal): -14927685 or 12269596. OLE color: 12269596.

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

Color convert

RGB2856187-
CMYK0.850.7000.27
HSL229.43º73.95%42.16%-
HSV(B)229.43º85.03%73.33%-
XYZ10.866.6647.73-
YUV62.56198.22103.35-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.33%
GREEN value IS 56 (22.27% from 255) = 20.66%
BLUE value IS 187 (73.44% from 255) = 69.00%
R=10.33%
G=20.66%
B=69.00%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal28561870.850.7000.27229.4373.9542.16
Hex1C38BB554601Be54a2a
Octal347027312510603334511252
Binary111001110001011101110101011000110011011111001011001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C38BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,56,187); }

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

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

 a { background-color: rgb(28,56,187); }

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

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

 span { border-color: rgb(28,56,187); }

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