Html Css Color HEX #383454 Cherry Pie

📋 copy color: '#383454'

red 56 ◦ green 52 ◦ blue 84

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

Shades of Cherry Pie #383454

Tints of Cherry Pie #383454

RGB

 RED value IS 56 (22.27% from 255) = 29.17%

 GREEN value IS 52 (20.7% from 255) = 27.08%

 BLUE value IS 84 (33.2% from 255) = 43.75%

R = 29.17%
G = 27.08%
B = 43.75%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#383454 (or 0x383454) is known color: Cherry Pie. HEX triplet: 38, 34 and 54. RGB value is (56,52,84). Sum of RGB (Red+Green+Blue) = 56+52+84=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 84 (33.20% from 255 or 43.75% from 192); Max value from RGB is 84 - color contains mainly: blue. Hex color #383454 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383454 is #C7CBAB. Grayscale: #383838. Windows color (decimal): -13093804 or 5518392. OLE color: 5518392.

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

Color convert

RGB 56 52 84 -
CMYK 0.33 0.38 0 0.67
HSL 247.5º 0.24% 0.27% -
HSV(B) 247.5º 0.38% 0.33% -
XYZ 4.46 3.94 8.91 -
YUV 56.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 56 52 84 0.33 0.38 0 0.67 247.5 0.24 0.27
Hex 38 34 54 21 26 0 43 F8 18 1B
Octal 70 64 124 41 46 0 103 370 30 33
Binary 111000 110100 1010100 100001 100110 0 1000011 11111000 11000 11011

Color Harmonies of #383454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383454

Black with #383454

Text Example


Text Example

White with #383454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383454; }

 p { color: rgb(56,52,84); }

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

background-color css

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

 a { background-color: rgb(56,52,84); }

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

border-color css

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

 span { border-color: rgb(56,52,84); }

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