#38669E

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

Shades of Mariner #38669E

Tints of Mariner #38669E

Color information

#38669E (or 0x38669E) is unknown color: approx Mariner. HEX triplet: 38, 66 and 9E. RGB value is (56,102,158). Sum of RGB (Red+Green+Blue) = 56+102+158=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 102 (40.23% from 255 or 32.28% from 316); Blue value is 158 (62.11% from 255 or 50% from 316); Max value from RGB is 158 - color contains mainly: blue. Hex color #38669E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38669E is #C79961. Grayscale: #5E5E5E. Windows color (decimal): -13080930 or 10380856. OLE color: 10380856.

HSL color Cylindrical-coordinate representation of color #38669E: hue angle of 212.94º 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 #38669E is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB56102158-
CMYK0.650.3500.38
HSL212.94º47.66%41.96%-
HSV(B)212.94º64.56%61.96%-
XYZ12.5512.8134.16-
YUV94.63163.76100.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.72%
GREEN value IS 102 (40.23% from 255) = 32.28%
BLUE value IS 158 (62.11% from 255) = 50%
R=17.72%
G=32.28%
B=50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal561021580.650.3500.38212.9447.6641.96
Hex38669E4123026d5302a
Octal70146236101430463256052
Binary1110001100110100111101000001100011010011011010101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,102,158); }

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

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

 a { background-color: rgb(56,102,158); }

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

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

 span { border-color: rgb(56,102,158); }

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