Html Css Color HEX #385BAF Mariner

📋 copy color: '#385BAF'

red 56 ◦ green 91 ◦ blue 175

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

Shades of Mariner #385BAF

Tints of Mariner #385BAF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.26%

 BLUE value IS 175 (68.75% from 255) = 54.35%

R = 17.39%
G = 28.26%
B = 54.35%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#385BAF (or 0x385BAF) is known color: Mariner. HEX triplet: 38, 5B and AF. RGB value is (56,91,175). Sum of RGB (Red+Green+Blue) = 56+91+175=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 175 (68.75% from 255 or 54.35% from 322); Max value from RGB is 175 - color contains mainly: blue. Hex color #385BAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385BAF is #C7A450. Grayscale: #595959. Windows color (decimal): -13083729 or 11492152. OLE color: 11492152.

HSL color Cylindrical-coordinate representation of color #385BAF: hue angle of 222.35º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #385BAF is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 91 175 -
CMYK 0.68 0.48 0 0.31
HSL 222.35º 0.52% 0.45% -
HSV(B) 222.35º 0.68% 0.69% -
XYZ 13.11 11.42 42.07 -
YUV 90.11 175.9 103.67 -
System Red Green Blue C M Y K H S L
Decimal 56 91 175 0.68 0.48 0 0.31 222.35 0.52 0.45
Hex 38 5B AF 44 30 0 1F DE 34 2D
Octal 70 133 257 104 60 0 37 336 64 55
Binary 111000 1011011 10101111 1000100 110000 0 11111 11011110 110100 101101

Color Harmonies of #385BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385BAF

Black with #385BAF

Text Example


Text Example

White with #385BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,91,175); }

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

background-color css

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

 a { background-color: rgb(56,91,175); }

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

border-color css

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

 span { border-color: rgb(56,91,175); }

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