Html Css Color HEX #341EBC Persian Blue

📋 copy color: '#341EBC'

red 52 ◦ green 30 ◦ blue 188

#341EBC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #341EBC

Tints of Persian Blue #341EBC

RGB

 RED value IS 52 (20.7% from 255) = 19.26%

 GREEN value IS 30 (12.11% from 255) = 11.11%

 BLUE value IS 188 (73.83% from 255) = 69.63%

R = 19.26%
G = 11.11%
B = 69.63%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#341EBC (or 0x341EBC) is known color: Persian Blue. HEX triplet: 34, 1E and BC. RGB value is (52,30,188). Sum of RGB (Red+Green+Blue) = 52+30+188=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 188 (73.83% from 255 or 69.63% from 270); Max value from RGB is 188 - color contains mainly: blue. Hex color #341EBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341EBC is #CBE143. Grayscale: #353535. Windows color (decimal): -13361476 or 12328500. OLE color: 12328500.

HSL color Cylindrical-coordinate representation of color #341EBC: hue angle of 248.35º 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 #341EBC is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 30 188 -
CMYK 0.72 0.84 0 0.26
HSL 248.35º 0.72% 0.43% -
HSV(B) 248.35º 0.84% 0.74% -
XYZ 10.96 5.29 48.02 -
YUV 54.59 203.29 126.15 -
System Red Green Blue C M Y K H S L
Decimal 52 30 188 0.72 0.84 0 0.26 248.35 0.72 0.43
Hex 34 1E BC 48 54 0 1A F8 48 2B
Octal 64 36 274 110 124 0 32 370 110 53
Binary 110100 11110 10111100 1001000 1010100 0 11010 11111000 1001000 101011

Color Harmonies of #341EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341EBC

Black with #341EBC

Text Example


Text Example

White with #341EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #341EBC;
 }
 .AnyTagClassName
 {
   color: #341EBC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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