Html Css Color HEX #342DBA Persian Blue

📋 copy color: '#342DBA'

red 52 ◦ green 45 ◦ blue 186

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

Shades of Persian Blue #342DBA

Tints of Persian Blue #342DBA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.9%

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

R = 18.37%
G = 15.9%
B = 65.72%

CMYK

 C value IS 0.72

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#342DBA (or 0x342DBA) is known color: Persian Blue. HEX triplet: 34, 2D and BA. RGB value is (52,45,186). Sum of RGB (Red+Green+Blue) = 52+45+186=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 45 (17.97% from 255 or 15.90% from 283); Blue value is 186 (73.05% from 255 or 65.72% from 283); Max value from RGB is 186 - color contains mainly: blue. Hex color #342DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342DBA is #CBD245. Grayscale: #3E3E3E. Windows color (decimal): -13357638 or 12201268. OLE color: 12201268.

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

Color convert

RGB 52 45 186 -
CMYK 0.72 0.76 0 0.27
HSL 242.98º 0.61% 0.45% -
HSV(B) 242.98º 0.76% 0.73% -
XYZ 11.22 6.15 47.05 -
YUV 63.17 197.32 120.04 -
System Red Green Blue C M Y K H S L
Decimal 52 45 186 0.72 0.76 0 0.27 242.98 0.61 0.45
Hex 34 2D BA 48 4C 0 1B F3 3D 2D
Octal 64 55 272 110 114 0 33 363 75 55
Binary 110100 101101 10111010 1001000 1001100 0 11011 11110011 111101 101101

Color Harmonies of #342DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342DBA

Black with #342DBA

Text Example


Text Example

White with #342DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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