#38569F

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

Shades of Mariner #38569F

Tints of Mariner #38569F

Color information

#38569F (or 0x38569F) is unknown color: approx Mariner. HEX triplet: 38, 56 and 9F. RGB value is (56,86,159). Sum of RGB (Red+Green+Blue) = 56+86+159=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #38569F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38569F is #C7A960. Grayscale: #555555. Windows color (decimal): -13085025 or 10442296. OLE color: 10442296.

HSL color Cylindrical-coordinate representation of color #38569F: hue angle of 222.52º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38569F is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5686159-
CMYK0.650.4600.38
HSL222.52º47.91%42.16%-
HSV(B)222.52º64.78%62.35%-
XYZ11.221034.14-
YUV85.35169.56107.06-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.60%
GREEN value IS 86 (33.98% from 255) = 28.57%
BLUE value IS 159 (62.5% from 255) = 52.82%
R=18.60%
G=28.57%
B=52.82%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal56861590.650.4600.38222.5247.9142.16
Hex38569F412E026df302a
Octal70126237101560463376052
Binary1110001010110100111111000001101110010011011011111110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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