Html Css Color HEX #385BA4 Mariner

📋 copy color: '#385BA4'

red 56 ◦ green 91 ◦ blue 164

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

Shades of Mariner #385BA4

Tints of Mariner #385BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 52.73%

R = 18.01%
G = 29.26%
B = 52.73%

CMYK

 C value IS 0.66

 M value IS 0.45

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#385BA4 (or 0x385BA4) is known color: Mariner. HEX triplet: 38, 5B and A4. RGB value is (56,91,164). Sum of RGB (Red+Green+Blue) = 56+91+164=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 164 (64.45% from 255 or 52.73% from 311); Max value from RGB is 164 - color contains mainly: blue. Hex color #385BA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385BA4 is #C7A45B. Grayscale: #585858. Windows color (decimal): -13083740 or 10771256. OLE color: 10771256.

HSL color Cylindrical-coordinate representation of color #385BA4: hue angle of 220.56º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #385BA4 is Cyan = 0.66, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 91 164 -
CMYK 0.66 0.45 0 0.36
HSL 220.56º 0.49% 0.43% -
HSV(B) 220.56º 0.66% 0.64% -
XYZ 12.07 11 36.61 -
YUV 88.86 170.4 104.56 -
System Red Green Blue C M Y K H S L
Decimal 56 91 164 0.66 0.45 0 0.36 220.56 0.49 0.43
Hex 38 5B A4 42 2D 0 24 DD 31 2B
Octal 70 133 244 102 55 0 44 335 61 53
Binary 111000 1011011 10100100 1000010 101101 0 100100 11011101 110001 101011

Color Harmonies of #385BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385BA4

Black with #385BA4

Text Example


Text Example

White with #385BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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