Html Css Color HEX #342ABA Persian Blue

📋 copy color: '#342ABA'

red 52 ◦ green 42 ◦ blue 186

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

Shades of Persian Blue #342ABA

Tints of Persian Blue #342ABA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15%

 BLUE value IS 186 (73.05% from 255) = 66.43%

R = 18.57%
G = 15%
B = 66.43%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#342ABA (or 0x342ABA) is known color: Persian Blue. HEX triplet: 34, 2A and BA. RGB value is (52,42,186). Sum of RGB (Red+Green+Blue) = 52+42+186=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #342ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342ABA is #CBD545. Grayscale: #3C3C3C. Windows color (decimal): -13358406 or 12200500. OLE color: 12200500.

HSL color Cylindrical-coordinate representation of color #342ABA: hue angle of 244.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #342ABA is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 52 42 186 -
CMYK 0.72 0.77 0 0.27
HSL 244.17º 0.63% 0.45% -
HSV(B) 244.17º 0.77% 0.73% -
XYZ 11.11 5.93 47.01 -
YUV 61.41 198.31 121.29 -
System Red Green Blue C M Y K H S L
Decimal 52 42 186 0.72 0.77 0 0.27 244.17 0.63 0.45
Hex 34 2A BA 48 4D 0 1B F4 3F 2D
Octal 64 52 272 110 115 0 33 364 77 55
Binary 110100 101010 10111010 1001000 1001101 0 11011 11110100 111111 101101

Color Harmonies of #342ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342ABA

Black with #342ABA

Text Example


Text Example

White with #342ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342ABA; }

 p { color: rgb(52,42,186); }

 H1.HeaderClassName
 {
   color: #342ABA;
 }
 .AnyTagClassName
 {
   color: #342ABA;
 }
</style>

background-color css

<style>
 a { background-color: #342ABA; }

 a { background-color: rgb(52,42,186); }

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

border-color css

<style>
 span { border-color: #342ABA; }

 span { border-color: rgb(52,42,186); }

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