#38609B

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

Shades of Mariner #38609B

Tints of Mariner #38609B

Color information

#38609B (or 0x38609B) is unknown color: approx Mariner. HEX triplet: 38, 60 and 9B. RGB value is (56,96,155). Sum of RGB (Red+Green+Blue) = 56+96+155=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 155 (60.94% from 255 or 50.49% from 307); Max value from RGB is 155 - color contains mainly: blue. Hex color #38609B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38609B is #C79F64. Grayscale: #5A5A5A. Windows color (decimal): -13082469 or 10182712. OLE color: 10182712.

HSL color Cylindrical-coordinate representation of color #38609B: hue angle of 215.76º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #38609B is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5696155-
CMYK0.640.3800.39
HSL215.76º46.92%41.37%-
HSV(B)215.76º63.87%60.78%-
XYZ11.7311.5732.63-
YUV90.77164.25103.2-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.24%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 155 (60.94% from 255) = 50.49%
R=18.24%
G=31.27%
B=50.49%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal56961550.640.3800.39215.7646.9241.37
Hex38609B4026027d82f29
Octal70140233100460473305751
Binary1110001100000100110111000000100110010011111011000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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