Html Css Color HEX #386098 Mariner

📋 copy color: '#386098'

red 56 ◦ green 96 ◦ blue 152

#386098
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mariner #386098

Tints of Mariner #386098

RGB

 RED value IS 56 (22.27% from 255) = 18.42%

 GREEN value IS 96 (37.89% from 255) = 31.58%

 BLUE value IS 152 (59.77% from 255) = 50%

R = 18.42%
G = 31.58%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#386098 (or 0x386098) is known color: Mariner. HEX triplet: 38, 60 and 98. RGB value is (56,96,152). Sum of RGB (Red+Green+Blue) = 56+96+152=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #386098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386098 is #C79F67. Grayscale: #5A5A5A. Windows color (decimal): -13082472 or 9986104. OLE color: 9986104.

HSL color Cylindrical-coordinate representation of color #386098: hue angle of 215º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #386098 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 96 152 -
CMYK 0.63 0.37 0 0.40
HSL 215º 0.46% 0.41% -
HSV(B) 215º 0.63% 0.6% -
XYZ 11.48 11.47 31.32 -
YUV 90.42 162.75 103.45 -
System Red Green Blue C M Y K H S L
Decimal 56 96 152 0.63 0.37 0 0.40 215 0.46 0.41
Hex 38 60 98 3F 25 0 28 D7 2E 29
Octal 70 140 230 77 45 0 50 327 56 51
Binary 111000 1100000 10011000 111111 100101 0 101000 11010111 101110 101001

Color Harmonies of #386098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386098

Black with #386098

Text Example


Text Example

White with #386098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386098; }

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

 H1.HeaderClassName
 {
   color: #386098;
 }
 .AnyTagClassName
 {
   color: #386098;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #386098;
 }
 .BgClassName
 {
   background-color: #386098;
 }
</style>

border-color css

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

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

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