#385CA4

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

Shades of Mariner #385CA4

Tints of Mariner #385CA4

Color information

#385CA4 (or 0x385CA4) is unknown color: approx Mariner. HEX triplet: 38, 5C and A4. RGB value is (56,92,164). Sum of RGB (Red+Green+Blue) = 56+92+164=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 164 (64.45% from 255 or 52.56% from 312); Max value from RGB is 164 - color contains mainly: blue. Hex color #385CA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385CA4 is #C7A35B. Grayscale: #595959. Windows color (decimal): -13083484 or 10771512. OLE color: 10771512.

HSL color Cylindrical-coordinate representation of color #385CA4: hue angle of 220º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #385CA4 is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5692164-
CMYK0.660.4400.36
HSL220º49.09%43.14%-
HSV(B)220º65.85%64.31%-
XYZ12.1611.1836.64-
YUV89.44170.07104.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.95%
GREEN value IS 92 (36.33% from 255) = 29.49%
BLUE value IS 164 (64.45% from 255) = 52.56%
R=17.95%
G=29.49%
B=52.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal56921640.660.4400.3622049.0943.14
Hex385CA4422C024dc312b
Octal70134244102540443346153
Binary1110001011100101001001000010101100010010011011100110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385CA4; }

 p { color: rgb(56,92,164); }

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

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

 a { background-color: rgb(56,92,164); }

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

<style>
 span { border-color: #385CA4; }

 span { border-color: rgb(56,92,164); }

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