Html Css Color HEX #3A3057 Cherry Pie

📋 copy color: '#3A3057'

red 58 ◦ green 48 ◦ blue 87

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

Shades of Cherry Pie #3A3057

Tints of Cherry Pie #3A3057

RGB

 RED value IS 58 (23.05% from 255) = 30.05%

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

 BLUE value IS 87 (34.38% from 255) = 45.08%

R = 30.05%
G = 24.87%
B = 45.08%

CMYK

 C value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3A3057 (or 0x3A3057) is known color: Cherry Pie. HEX triplet: 3A, 30 and 57. RGB value is (58,48,87). Sum of RGB (Red+Green+Blue) = 58+48+87=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 87 (34.38% from 255 or 45.08% from 193); Max value from RGB is 87 - color contains mainly: blue. Hex color #3A3057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3057 is #C5CFA8. Grayscale: #373737. Windows color (decimal): -12963753 or 5713978. OLE color: 5713978.

HSL color Cylindrical-coordinate representation of color #3A3057: hue angle of 255.38º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A3057 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 58 48 87 -
CMYK 0.33 0.45 0 0.66
HSL 255.38º 0.29% 0.26% -
HSV(B) 255.38º 0.45% 0.34% -
XYZ 4.52 3.7 9.49 -
YUV 55.44 145.81 129.83 -
System Red Green Blue C M Y K H S L
Decimal 58 48 87 0.33 0.45 0 0.66 255.38 0.29 0.26
Hex 3A 30 57 21 2D 0 42 FF 1D 1A
Octal 72 60 127 41 55 0 102 377 35 32
Binary 111010 110000 1010111 100001 101101 0 1000010 11111111 11101 11010

Color Harmonies of #3A3057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3057

Black with #3A3057

Text Example


Text Example

White with #3A3057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A3057; }

 p { color: rgb(58,48,87); }

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

background-color css

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

 a { background-color: rgb(58,48,87); }

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

border-color css

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

 span { border-color: rgb(58,48,87); }

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