#38569a

Color #38569A Mariner (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mariner #38569A

Tints of Mariner #38569A

Color information

#38569A (or 0x38569A) is unknown color: approx Mariner. HEX triplet: 38, 56 and 9A. RGB value is (56,86,154). Sum of RGB (Red+Green+Blue) = 56+86+154=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 154 (60.55% from 255 or 52.03% from 296); Max value from RGB is 154 - color contains mainly: blue. Hex color #38569A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38569A is #C7A965. Grayscale: #545454. Windows color (decimal): -13085030 or 10114616. OLE color: 10114616.

HSL color Cylindrical-coordinate representation of color #38569A: hue angle of 221.63º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38569A is Cyan = 0.64, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5686154-
CMYK0.640.4400.40
HSL221.63º46.67%41.18%-
HSV(B)221.63º63.64%60.39%-
XYZ10.799.8331.9-
YUV84.78167.06107.47-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.92%
GREEN value IS 86 (33.98% from 255) = 29.05%
BLUE value IS 154 (60.55% from 255) = 52.03%
R=18.92%
G=29.05%
B=52.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56861540.640.4400.40221.6346.6741.18
Hex38569A402C028de2f29
Octal70126232100540503365751
Binary1110001010110100110101000000101100010100011011110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38569a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38569a; }

 p { color: rgb(56,86,154); }

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

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

 a { background-color: rgb(56,86,154); }

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

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

 span { border-color: rgb(56,86,154); }

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