Html Css Color HEX #385FAA Mariner

📋 copy color: '#385FAA'

red 56 ◦ green 95 ◦ blue 170

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

Shades of Mariner #385FAA

Tints of Mariner #385FAA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.6%

 BLUE value IS 170 (66.8% from 255) = 52.96%

R = 17.45%
G = 29.6%
B = 52.96%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#385FAA (or 0x385FAA) is known color: Mariner. HEX triplet: 38, 5F and AA. RGB value is (56,95,170). Sum of RGB (Red+Green+Blue) = 56+95+170=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 95 (37.5% from 255 or 29.60% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #385FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385FAA is #C7A055. Grayscale: #5B5B5B. Windows color (decimal): -13082710 or 11165496. OLE color: 11165496.

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

Color convert

RGB 56 95 170 -
CMYK 0.67 0.44 0 0.33
HSL 219.47º 0.5% 0.44% -
HSV(B) 219.47º 0.67% 0.67% -
XYZ 12.98 11.93 39.65 -
YUV 91.89 172.08 102.4 -
System Red Green Blue C M Y K H S L
Decimal 56 95 170 0.67 0.44 0 0.33 219.47 0.5 0.44
Hex 38 5F AA 43 2C 0 21 DB 32 2C
Octal 70 137 252 103 54 0 41 333 62 54
Binary 111000 1011111 10101010 1000011 101100 0 100001 11011011 110010 101100

Color Harmonies of #385FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385FAA

Black with #385FAA

Text Example


Text Example

White with #385FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,95,170); }

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

background-color css

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

 a { background-color: rgb(56,95,170); }

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

border-color css

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

 span { border-color: rgb(56,95,170); }

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