Html Css Color HEX #342ABC Persian Blue

📋 copy color: '#342ABC'

red 52 ◦ green 42 ◦ blue 188

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

Shades of Persian Blue #342ABC

Tints of Persian Blue #342ABC

RGB

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

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

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

R = 18.44%
G = 14.89%
B = 66.67%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#342ABC (or 0x342ABC) is known color: Persian Blue. HEX triplet: 34, 2A and BC. RGB value is (52,42,188). Sum of RGB (Red+Green+Blue) = 52+42+188=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 188 (73.83% from 255 or 66.67% from 282); Max value from RGB is 188 - color contains mainly: blue. Hex color #342ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342ABC is #CBD543. Grayscale: #3D3D3D. Windows color (decimal): -13358404 or 12331572. OLE color: 12331572.

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

Color convert

RGB 52 42 188 -
CMYK 0.72 0.78 0 0.26
HSL 244.11º 0.63% 0.45% -
HSV(B) 244.11º 0.78% 0.74% -
XYZ 11.32 6.02 48.14 -
YUV 61.63 199.31 121.13 -
System Red Green Blue C M Y K H S L
Decimal 52 42 188 0.72 0.78 0 0.26 244.11 0.63 0.45
Hex 34 2A BC 48 4E 0 1A F4 3F 2D
Octal 64 52 274 110 116 0 32 364 77 55
Binary 110100 101010 10111100 1001000 1001110 0 11010 11110100 111111 101101

Color Harmonies of #342ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342ABC

Black with #342ABC

Text Example


Text Example

White with #342ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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