Html Css Color HEX #385EA8 Mariner

📋 copy color: '#385EA8'

red 56 ◦ green 94 ◦ blue 168

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

Shades of Mariner #385EA8

Tints of Mariner #385EA8

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.56%

 BLUE value IS 168 (66.02% from 255) = 52.83%

R = 17.61%
G = 29.56%
B = 52.83%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#385EA8 (or 0x385EA8) is known color: Mariner. HEX triplet: 38, 5E and A8. RGB value is (56,94,168). Sum of RGB (Red+Green+Blue) = 56+94+168=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 94 (37.11% from 255 or 29.56% from 318); Blue value is 168 (66.02% from 255 or 52.83% from 318); Max value from RGB is 168 - color contains mainly: blue. Hex color #385EA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385EA8 is #C7A157. Grayscale: #5A5A5A. Windows color (decimal): -13082968 or 11034168. OLE color: 11034168.

HSL color Cylindrical-coordinate representation of color #385EA8: hue angle of 219.64º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #385EA8 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 56 94 168 -
CMYK 0.67 0.44 0 0.34
HSL 219.64º 0.5% 0.44% -
HSV(B) 219.64º 0.67% 0.66% -
XYZ 12.7 11.67 38.63 -
YUV 91.07 171.41 102.98 -
System Red Green Blue C M Y K H S L
Decimal 56 94 168 0.67 0.44 0 0.34 219.64 0.5 0.44
Hex 38 5E A8 43 2C 0 22 DC 32 2C
Octal 70 136 250 103 54 0 42 334 62 54
Binary 111000 1011110 10101000 1000011 101100 0 100010 11011100 110010 101100

Color Harmonies of #385EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385EA8

Black with #385EA8

Text Example


Text Example

White with #385EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,94,168); }

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

background-color css

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

 a { background-color: rgb(56,94,168); }

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

border-color css

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

 span { border-color: rgb(56,94,168); }

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