#38847E

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

Shades of Atoll #38847E

Tints of Atoll #38847E

Color information

#38847E (or 0x38847E) is unknown color: approx Atoll. HEX triplet: 38, 84 and 7E. RGB value is (56,132,126). Sum of RGB (Red+Green+Blue) = 56+132+126=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #38847E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38847E is #C77B81. Grayscale: #6C6C6C. Windows color (decimal): -13073282 or 8291384. OLE color: 8291384.

HSL color Cylindrical-coordinate representation of color #38847E: hue angle of 175.26º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #38847E is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB56132126-
CMYK0.5800.050.48
HSL175.26º40.43%36.86%-
HSV(B)175.26º57.58%51.76%-
XYZ13.6518.8522.66-
YUV108.59137.8290.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.83%
GREEN value IS 132 (51.95% from 255) = 42.04%
BLUE value IS 126 (49.61% from 255) = 40.13%
R=17.83%
G=42.04%
B=40.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561321260.5800.050.48175.2640.4336.86
Hex38847E3A0530af2825
Octal702041767205602575045
Binary111000100001001111110111010010111000010101111101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38847E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,132,126); }

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

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

 a { background-color: rgb(56,132,126); }

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

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

 span { border-color: rgb(56,132,126); }

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