#1B34B2

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

Shades of Persian Blue #1B34B2

Tints of Persian Blue #1B34B2

Color information

#1B34B2 (or 0x1B34B2) is unknown color: approx Persian Blue. HEX triplet: 1B, 34 and B2. RGB value is (27,52,178). Sum of RGB (Red+Green+Blue) = 27+52+178=257 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.51% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 178 (69.92% from 255 or 69.26% from 257); Max value from RGB is 178 - color contains mainly: blue. Hex color #1B34B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B34B2 is #E4CB4D. Grayscale: #3A3A3A. Windows color (decimal): -14994254 or 11678747. OLE color: 11678747.

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

Color convert

RGB2752178-
CMYK0.850.7100.30
HSL230.07º73.66%40.2%-
HSV(B)230.07º84.83%69.8%-
XYZ9.725.942.75-
YUV58.89195.22105.25-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.51%
GREEN value IS 52 (20.70% from 255) = 20.23%
BLUE value IS 178 (69.92% from 255) = 69.26%
R=10.51%
G=20.23%
B=69.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal27521780.850.7100.30230.0773.6640.2
Hex1B34B2554701Ee64a28
Octal336426212510703634611250
Binary110111101001011001010101011000111011110111001101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B34B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,52,178); }

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

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

 a { background-color: rgb(27,52,178); }

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

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

 span { border-color: rgb(27,52,178); }

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