Html Css Color HEX #343053 Cherry Pie

📋 copy color: '#343053'

red 52 ◦ green 48 ◦ blue 83

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

Shades of Cherry Pie #343053

Tints of Cherry Pie #343053

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.23%

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

R = 28.42%
G = 26.23%
B = 45.36%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#343053 (or 0x343053) is known color: Cherry Pie. HEX triplet: 34, 30 and 53. RGB value is (52,48,83). Sum of RGB (Red+Green+Blue) = 52+48+83=183 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.42% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 83 (32.81% from 255 or 45.36% from 183); Max value from RGB is 83 - color contains mainly: blue. Hex color #343053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #343053 is #CBCFAC. Grayscale: #353535. Windows color (decimal): -13356973 or 5451828. OLE color: 5451828.

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

Color convert

RGB 52 48 83 -
CMYK 0.37 0.42 0 0.67
HSL 246.86º 0.27% 0.26% -
HSV(B) 246.86º 0.42% 0.33% -
XYZ 4.03 3.47 8.64 -
YUV 53.19 144.83 127.15 -
System Red Green Blue C M Y K H S L
Decimal 52 48 83 0.37 0.42 0 0.67 246.86 0.27 0.26
Hex 34 30 53 25 2A 0 43 F7 1B 1A
Octal 64 60 123 45 52 0 103 367 33 32
Binary 110100 110000 1010011 100101 101010 0 1000011 11110111 11011 11010

Color Harmonies of #343053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343053

Black with #343053

Text Example


Text Example

White with #343053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343053; }

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

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

background-color css

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

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

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

border-color css

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

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

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