Html Css Color HEX #342F4B Cherry Pie

📋 copy color: '#342F4B'

red 52 ◦ green 47 ◦ blue 75

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

Shades of Cherry Pie #342F4B

Tints of Cherry Pie #342F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 43.1%

R = 29.89%
G = 27.01%
B = 43.1%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#342F4B (or 0x342F4B) is known color: Cherry Pie. HEX triplet: 34, 2F and 4B. RGB value is (52,47,75). Sum of RGB (Red+Green+Blue) = 52+47+75=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 75 (29.69% from 255 or 43.10% from 174); Max value from RGB is 75 - color contains mainly: blue. Hex color #342F4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F4B is #CBD0B4. Grayscale: #333333. Windows color (decimal): -13357237 or 4927284. OLE color: 4927284.

HSL color Cylindrical-coordinate representation of color #342F4B: hue angle of 250.71º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #342F4B is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 52 47 75 -
CMYK 0.31 0.37 0 0.71
HSL 250.71º 0.23% 0.24% -
HSV(B) 250.71º 0.37% 0.29% -
XYZ 3.7 3.27 7.09 -
YUV 51.69 141.16 128.22 -
System Red Green Blue C M Y K H S L
Decimal 52 47 75 0.31 0.37 0 0.71 250.71 0.23 0.24
Hex 34 2F 4B 1F 25 0 47 FB 17 18
Octal 64 57 113 37 45 0 107 373 27 30
Binary 110100 101111 1001011 11111 100101 0 1000111 11111011 10111 11000

Color Harmonies of #342F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342F4B

Black with #342F4B

Text Example


Text Example

White with #342F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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