Html Css Color HEX #342CDA Persian Blue

📋 copy color: '#342CDA'

red 52 ◦ green 44 ◦ blue 218

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

Shades of Persian Blue #342CDA

Tints of Persian Blue #342CDA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.01%

 BLUE value IS 218 (85.55% from 255) = 69.43%

R = 16.56%
G = 14.01%
B = 69.43%

CMYK

 C value IS 0.76

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#342CDA (or 0x342CDA) is known color: Persian Blue. HEX triplet: 34, 2C and DA. RGB value is (52,44,218). Sum of RGB (Red+Green+Blue) = 52+44+218=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 218 (85.55% from 255 or 69.43% from 314); Max value from RGB is 218 - color contains mainly: blue. Hex color #342CDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342CDA is #CBD325. Grayscale: #414141. Windows color (decimal): -13357862 or 14298164. OLE color: 14298164.

HSL color Cylindrical-coordinate representation of color #342CDA: hue angle of 242.76º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #342CDA is Cyan = 0.76, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 44 218 -
CMYK 0.76 0.80 0 0.15
HSL 242.76º 0.7% 0.51% -
HSV(B) 242.76º 0.8% 0.85% -
XYZ 14.97 7.59 67.01 -
YUV 66.23 213.65 117.85 -
System Red Green Blue C M Y K H S L
Decimal 52 44 218 0.76 0.80 0 0.15 242.76 0.7 0.51
Hex 34 2C DA 4C 50 0 F F3 46 33
Octal 64 54 332 114 120 0 17 363 106 63
Binary 110100 101100 11011010 1001100 1010000 0 1111 11110011 1000110 110011

Color Harmonies of #342CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342CDA

Black with #342CDA

Text Example


Text Example

White with #342CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,44,218); }

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

background-color css

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

 a { background-color: rgb(52,44,218); }

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

border-color css

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

 span { border-color: rgb(52,44,218); }

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