#341CCB

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

Shades of Persian Blue #341CCB

Tints of Persian Blue #341CCB

Color information

#341CCB (or 0x341CCB) is unknown color: approx Persian Blue. HEX triplet: 34, 1C and CB. RGB value is (52,28,203). Sum of RGB (Red+Green+Blue) = 52+28+203=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 203 (79.69% from 255 or 71.73% from 283); Max value from RGB is 203 - color contains mainly: blue. Hex color #341CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341CCB is #CBE334. Grayscale: #363636. Windows color (decimal): -13361973 or 13311028. OLE color: 13311028.

HSL color Cylindrical-coordinate representation of color #341CCB: hue angle of 248.23º 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 #341CCB is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5228203-
CMYK0.740.8600.20
HSL248.23º75.76%45.29%-
HSV(B)248.23º86.21%79.61%-
XYZ12.615.8756.97-
YUV55.13211.45125.77-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 28 (11.33% from 255) = 9.89%
BLUE value IS 203 (79.69% from 255) = 71.73%
R=18.37%
G=9.89%
B=71.73%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal52282030.740.8600.20248.2375.7645.29
Hex341CCB4A56014f84c2d
Octal643431311212602437011455
Binary110100111001100101110010101010110010100111110001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #341CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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