Html Css Color HEX #386298 Mariner

📋 copy color: '#386298'

red 56 ◦ green 98 ◦ blue 152

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

Shades of Mariner #386298

Tints of Mariner #386298

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.03%

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

R = 18.3%
G = 32.03%
B = 49.67%

CMYK

 C value IS 0.63

 M value IS 0.36

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#386298 (or 0x386298) is known color: Mariner. HEX triplet: 38, 62 and 98. RGB value is (56,98,152). Sum of RGB (Red+Green+Blue) = 56+98+152=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 98 (38.67% from 255 or 32.03% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #386298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386298 is #C79D67. Grayscale: #5B5B5B. Windows color (decimal): -13081960 or 9986616. OLE color: 9986616.

HSL color Cylindrical-coordinate representation of color #386298: hue angle of 213.75º 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 #386298 is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 98 152 -
CMYK 0.63 0.36 0 0.40
HSL 213.75º 0.46% 0.41% -
HSV(B) 213.75º 0.63% 0.6% -
XYZ 11.67 11.84 31.38 -
YUV 91.6 162.09 102.61 -
System Red Green Blue C M Y K H S L
Decimal 56 98 152 0.63 0.36 0 0.40 213.75 0.46 0.41
Hex 38 62 98 3F 24 0 28 D6 2E 29
Octal 70 142 230 77 44 0 50 326 56 51
Binary 111000 1100010 10011000 111111 100100 0 101000 11010110 101110 101001

Color Harmonies of #386298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386298

Black with #386298

Text Example


Text Example

White with #386298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386298; }

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

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

background-color css

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

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

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

border-color css

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

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

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