#38609A

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

Shades of Mariner #38609A

Tints of Mariner #38609A

Color information

#38609A (or 0x38609A) is unknown color: approx Mariner. HEX triplet: 38, 60 and 9A. RGB value is (56,96,154). Sum of RGB (Red+Green+Blue) = 56+96+154=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 154 (60.55% from 255 or 50.33% from 306); Max value from RGB is 154 - color contains mainly: blue. Hex color #38609A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38609A is #C79F65. Grayscale: #5A5A5A. Windows color (decimal): -13082470 or 10117176. OLE color: 10117176.

HSL color Cylindrical-coordinate representation of color #38609A: hue angle of 215.51º 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 #38609A is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5696154-
CMYK0.640.3800.40
HSL215.51º46.67%41.18%-
HSV(B)215.51º63.64%60.39%-
XYZ11.6511.5432.19-
YUV90.65163.75103.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.30%
GREEN value IS 96 (37.89% from 255) = 31.37%
BLUE value IS 154 (60.55% from 255) = 50.33%
R=18.30%
G=31.37%
B=50.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal56961540.640.3800.40215.5146.6741.18
Hex38609A4026028d82f29
Octal70140232100460503305751
Binary1110001100000100110101000000100110010100011011000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38609A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38609A; }

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

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

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

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

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

<style>
 span { border-color: #38609A; }

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

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