#38624E

Color #38624E Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #38624E

Tints of Spectra #38624E

Color information

#38624E (or 0x38624E) is unknown color: approx Spectra. HEX triplet: 38, 62 and 4E. RGB value is (56,98,78). Sum of RGB (Red+Green+Blue) = 56+98+78=232 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.14% from 232); Green value is 98 (38.67% from 255 or 42.24% from 232); Blue value is 78 (30.86% from 255 or 33.62% from 232); Max value from RGB is 98 - color contains mainly: green. Hex color #38624E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38624E is #C79DB1. Grayscale: #535353. Windows color (decimal): -13082034 or 5136952. OLE color: 5136952.

HSL color Cylindrical-coordinate representation of color #38624E: hue angle of 151.43º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #38624E is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB569878-
CMYK0.4300.200.62
HSL151.43º27.27%30.2%-
HSV(B)151.43º42.86%38.43%-
XYZ7.3710.138.77-
YUV83.16125.09108.63-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 24.14%
GREEN value IS 98 (38.67% from 255) = 42.24%
BLUE value IS 78 (30.86% from 255) = 33.62%
R=24.14%
G=42.24%
B=33.62%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5698780.4300.200.62151.4327.2730.2
Hex38624E2B0143E971b1e
Octal7014211653024762273336
Binary11100011000101001110101011010100111110100101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38624E; }

 p { color: rgb(56,98,78); }

 H1.HeaderClassName
 {
   color: #38624E;
 }
 .AnyTagClassName
 {
   color: #38624E;
 }
</style>
background-color css

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

 a { background-color: rgb(56,98,78); }

 div.DivClassName
 {
   background-color: #38624E;
 }
 .BgClassName
 {
   background-color: #38624E;
 }
</style>
border-color css

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

 span { border-color: rgb(56,98,78); }

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