#341CCC

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

Shades of Persian Blue #341CCC

Tints of Persian Blue #341CCC

Color information

#341CCC (or 0x341CCC) is unknown color: approx Persian Blue. HEX triplet: 34, 1C and CC. RGB value is (52,28,204). Sum of RGB (Red+Green+Blue) = 52+28+204=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 28 (11.33% from 255 or 9.86% from 284); Blue value is 204 (80.08% from 255 or 71.83% from 284); Max value from RGB is 204 - color contains mainly: blue. Hex color #341CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341CCC is #CBE333. Grayscale: #363636. Windows color (decimal): -13361972 or 13376564. OLE color: 13376564.

HSL color Cylindrical-coordinate representation of color #341CCC: hue angle of 248.18º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #341CCC is Cyan = 0.75, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB5228204-
CMYK0.750.8600.2
HSL248.18º75.86%45.49%-
HSV(B)248.18º86.27%80%-
XYZ12.735.9257.6-
YUV55.24211.95125.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.31%
GREEN value IS 28 (11.33% from 255) = 9.86%
BLUE value IS 204 (80.08% from 255) = 71.83%
R=18.31%
G=9.86%
B=71.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal52282040.750.8600.2248.1875.8645.49
Hex341CCC4B56014f84c2d
Octal643431411312602437011455
Binary110100111001100110010010111010110010100111110001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,28,204); }

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

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

 a { background-color: rgb(52,28,204); }

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

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

 span { border-color: rgb(52,28,204); }

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