#341FBC

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

Shades of Persian Blue #341FBC

Tints of Persian Blue #341FBC

Color information

#341FBC (or 0x341FBC) is unknown color: approx Persian Blue. HEX triplet: 34, 1F and BC. RGB value is (52,31,188). Sum of RGB (Red+Green+Blue) = 52+31+188=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 188 (73.83% from 255 or 69.37% from 271); Max value from RGB is 188 - color contains mainly: blue. Hex color #341FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341FBC is #CBE043. Grayscale: #363636. Windows color (decimal): -13361220 or 12328756. OLE color: 12328756.

HSL color Cylindrical-coordinate representation of color #341FBC: hue angle of 248.03º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #341FBC is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB5231188-
CMYK0.720.8400.26
HSL248.03º71.69%42.94%-
HSV(B)248.03º83.51%73.73%-
XYZ10.985.3448.03-
YUV55.18202.96125.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.19%
GREEN value IS 31 (12.5% from 255) = 11.44%
BLUE value IS 188 (73.83% from 255) = 69.37%
R=19.19%
G=11.44%
B=69.37%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal52311880.720.8400.26248.0371.6942.94
Hex341FBC485401Af8482b
Octal643727411012403237011053
Binary110100111111011110010010001010100011010111110001001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #341FBC; }

 p { color: rgb(52,31,188); }

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

<style>
 a { background-color: #341FBC; }

 a { background-color: rgb(52,31,188); }

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

<style>
 span { border-color: #341FBC; }

 span { border-color: rgb(52,31,188); }

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