Html Css Color HEX #341ABC Persian Blue

📋 copy color: '#341ABC'

red 52 ◦ green 26 ◦ blue 188

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

Shades of Persian Blue #341ABC

Tints of Persian Blue #341ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.77%

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

R = 19.55%
G = 9.77%
B = 70.68%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#341ABC (or 0x341ABC) is known color: Persian Blue. HEX triplet: 34, 1A and BC. RGB value is (52,26,188). Sum of RGB (Red+Green+Blue) = 52+26+188=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 188 (73.83% from 255 or 70.68% from 266); Max value from RGB is 188 - color contains mainly: blue. Hex color #341ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #341ABC is #CBE543. Grayscale: #333333. Windows color (decimal): -13362500 or 12327476. OLE color: 12327476.

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

Color convert

RGB 52 26 188 -
CMYK 0.72 0.86 0 0.26
HSL 249.63º 0.76% 0.42% -
HSV(B) 249.63º 0.86% 0.74% -
XYZ 10.86 5.1 47.99 -
YUV 52.24 204.61 127.83 -
System Red Green Blue C M Y K H S L
Decimal 52 26 188 0.72 0.86 0 0.26 249.63 0.76 0.42
Hex 34 1A BC 48 56 0 1A FA 4C 2A
Octal 64 32 274 110 126 0 32 372 114 52
Binary 110100 11010 10111100 1001000 1010110 0 11010 11111010 1001100 101010

Color Harmonies of #341ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #341ABC

Black with #341ABC

Text Example


Text Example

White with #341ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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