Html Css Color HEX #386498 Mariner

📋 copy color: '#386498'

red 56 ◦ green 100 ◦ blue 152

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

Shades of Mariner #386498

Tints of Mariner #386498

RGB

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

 GREEN value IS 100 (39.45% from 255) = 32.47%

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

R = 18.18%
G = 32.47%
B = 49.35%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#386498 (or 0x386498) is known color: Mariner. HEX triplet: 38, 64 and 98. RGB value is (56,100,152). Sum of RGB (Red+Green+Blue) = 56+100+152=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 152 (59.77% from 255 or 49.35% from 308); Max value from RGB is 152 - color contains mainly: blue. Hex color #386498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386498 is #C79B67. Grayscale: #5C5C5C. Windows color (decimal): -13081448 or 9987128. OLE color: 9987128.

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

Color convert

RGB 56 100 152 -
CMYK 0.63 0.34 0 0.40
HSL 212.5º 0.46% 0.41% -
HSV(B) 212.5º 0.63% 0.6% -
XYZ 11.86 12.22 31.44 -
YUV 92.77 161.42 101.77 -
System Red Green Blue C M Y K H S L
Decimal 56 100 152 0.63 0.34 0 0.40 212.5 0.46 0.41
Hex 38 64 98 3F 22 0 28 D4 2E 29
Octal 70 144 230 77 42 0 50 324 56 51
Binary 111000 1100100 10011000 111111 100010 0 101000 11010100 101110 101001

Color Harmonies of #386498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386498

Black with #386498

Text Example


Text Example

White with #386498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386498; }

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

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

background-color css

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

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

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

border-color css

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

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

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