Html Css Color HEX #342FDA Persian Blue

📋 copy color: '#342FDA'

red 52 ◦ green 47 ◦ blue 218

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

Shades of Persian Blue #342FDA

Tints of Persian Blue #342FDA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.83%

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

R = 16.4%
G = 14.83%
B = 68.77%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#342FDA (or 0x342FDA) is known color: Persian Blue. HEX triplet: 34, 2F and DA. RGB value is (52,47,218). Sum of RGB (Red+Green+Blue) = 52+47+218=317 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.40% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 218 (85.55% from 255 or 68.77% from 317); Max value from RGB is 218 - color contains mainly: blue. Hex color #342FDA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342FDA is #CBD025. Grayscale: #434343. Windows color (decimal): -13357094 or 14298932. OLE color: 14298932.

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

Color convert

RGB 52 47 218 -
CMYK 0.76 0.78 0 0.15
HSL 241.75º 0.7% 0.52% -
HSV(B) 241.75º 0.78% 0.85% -
XYZ 15.09 7.83 67.04 -
YUV 67.99 212.66 116.6 -
System Red Green Blue C M Y K H S L
Decimal 52 47 218 0.76 0.78 0 0.15 241.75 0.7 0.52
Hex 34 2F DA 4C 4E 0 F F2 46 34
Octal 64 57 332 114 116 0 17 362 106 64
Binary 110100 101111 11011010 1001100 1001110 0 1111 11110010 1000110 110100

Color Harmonies of #342FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342FDA

Black with #342FDA

Text Example


Text Example

White with #342FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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