Html Css Color HEX #342453 Cherry Pie

📋 copy color: '#342453'

red 52 ◦ green 36 ◦ blue 83

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

Shades of Cherry Pie #342453

Tints of Cherry Pie #342453

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.05%

 BLUE value IS 83 (32.81% from 255) = 48.54%

R = 30.41%
G = 21.05%
B = 48.54%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#342453 (or 0x342453) is known color: Cherry Pie. HEX triplet: 34, 24 and 53. RGB value is (52,36,83). Sum of RGB (Red+Green+Blue) = 52+36+83=171 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.41% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 83 (32.81% from 255 or 48.54% from 171); Max value from RGB is 83 - color contains mainly: blue. Hex color #342453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #342453 is #CBDBAC. Grayscale: #2D2D2D. Windows color (decimal): -13360045 or 5448756. OLE color: 5448756.

HSL color Cylindrical-coordinate representation of color #342453: hue angle of 260.43º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #342453 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 52 36 83 -
CMYK 0.37 0.57 0 0.67
HSL 260.43º 0.39% 0.23% -
HSV(B) 260.43º 0.57% 0.33% -
XYZ 3.61 2.62 8.5 -
YUV 46.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 52 36 83 0.37 0.57 0 0.67 260.43 0.39 0.23
Hex 34 24 53 25 39 0 43 104 27 17
Octal 64 44 123 45 71 0 103 404 47 27
Binary 110100 100100 1010011 100101 111001 0 1000011 100000100 100111 10111

Color Harmonies of #342453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342453

Black with #342453

Text Example


Text Example

White with #342453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342453; }

 p { color: rgb(52,36,83); }

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

background-color css

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

 a { background-color: rgb(52,36,83); }

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

border-color css

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

 span { border-color: rgb(52,36,83); }

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