Html Css Color HEX #342ABB Persian Blue

📋 copy color: '#342ABB'

red 52 ◦ green 42 ◦ blue 187

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

Shades of Persian Blue #342ABB

Tints of Persian Blue #342ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 66.55%

R = 18.51%
G = 14.95%
B = 66.55%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#342ABB (or 0x342ABB) is known color: Persian Blue. HEX triplet: 34, 2A and BB. RGB value is (52,42,187). Sum of RGB (Red+Green+Blue) = 52+42+187=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 42 (16.80% from 255 or 14.95% from 281); Blue value is 187 (73.44% from 255 or 66.55% from 281); Max value from RGB is 187 - color contains mainly: blue. Hex color #342ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342ABB is #CBD544. Grayscale: #3C3C3C. Windows color (decimal): -13358405 or 12266036. OLE color: 12266036.

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

Color convert

RGB 52 42 187 -
CMYK 0.72 0.78 0 0.27
HSL 244.14º 0.63% 0.45% -
HSV(B) 244.14º 0.78% 0.73% -
XYZ 11.21 5.97 47.58 -
YUV 61.52 198.81 121.21 -
System Red Green Blue C M Y K H S L
Decimal 52 42 187 0.72 0.78 0 0.27 244.14 0.63 0.45
Hex 34 2A BB 48 4E 0 1B F4 3F 2D
Octal 64 52 273 110 116 0 33 364 77 55
Binary 110100 101010 10111011 1001000 1001110 0 11011 11110100 111111 101101

Color Harmonies of #342ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342ABB

Black with #342ABB

Text Example


Text Example

White with #342ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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