Html Css Color HEX #385AAA Mariner

📋 copy color: '#385AAA'

red 56 ◦ green 90 ◦ blue 170

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

Shades of Mariner #385AAA

Tints of Mariner #385AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.48%

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

R = 17.72%
G = 28.48%
B = 53.8%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#385AAA (or 0x385AAA) is known color: Mariner. HEX triplet: 38, 5A and AA. RGB value is (56,90,170). Sum of RGB (Red+Green+Blue) = 56+90+170=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #385AAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385AAA is #C7A555. Grayscale: #585858. Windows color (decimal): -13083990 or 11164216. OLE color: 11164216.

HSL color Cylindrical-coordinate representation of color #385AAA: hue angle of 222.11º 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 #385AAA is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 90 170 -
CMYK 0.67 0.47 0 0.33
HSL 222.11º 0.5% 0.44% -
HSV(B) 222.11º 0.67% 0.67% -
XYZ 12.54 11.06 39.5 -
YUV 88.95 173.74 104.5 -
System Red Green Blue C M Y K H S L
Decimal 56 90 170 0.67 0.47 0 0.33 222.11 0.5 0.44
Hex 38 5A AA 43 2F 0 21 DE 32 2C
Octal 70 132 252 103 57 0 41 336 62 54
Binary 111000 1011010 10101010 1000011 101111 0 100001 11011110 110010 101100

Color Harmonies of #385AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385AAA

Black with #385AAA

Text Example


Text Example

White with #385AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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