Html Css Color HEX #38295A Cherry Pie

📋 copy color: '#38295A'

red 56 ◦ green 41 ◦ blue 90

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

Shades of Cherry Pie #38295A

Tints of Cherry Pie #38295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.93%

 BLUE value IS 90 (35.55% from 255) = 48.13%

R = 29.95%
G = 21.93%
B = 48.13%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#38295A (or 0x38295A) is known color: Cherry Pie. HEX triplet: 38, 29 and 5A. RGB value is (56,41,90). Sum of RGB (Red+Green+Blue) = 56+41+90=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 90 - color contains mainly: blue. Hex color #38295A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38295A is #C7D6A5. Grayscale: #323232. Windows color (decimal): -13096614 or 5908792. OLE color: 5908792.

HSL color Cylindrical-coordinate representation of color #38295A: hue angle of 258.37º degrees, saturation: 0.37, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #38295A is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 41 90 -
CMYK 0.38 0.54 0 0.65
HSL 258.37º 0.37% 0.26% -
HSV(B) 258.37º 0.54% 0.35% -
XYZ 4.27 3.16 10.06 -
YUV 51.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 56 41 90 0.38 0.54 0 0.65 258.37 0.37 0.26
Hex 38 29 5A 26 36 0 41 102 25 1A
Octal 70 51 132 46 66 0 101 402 45 32
Binary 111000 101001 1011010 100110 110110 0 1000001 100000010 100101 11010

Color Harmonies of #38295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38295A

Black with #38295A

Text Example


Text Example

White with #38295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38295A; }

 p { color: rgb(56,41,90); }

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

background-color css

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

 a { background-color: rgb(56,41,90); }

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

border-color css

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

 span { border-color: rgb(56,41,90); }

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