Html Css Color HEX #385AAB Mariner

📋 copy color: '#385AAB'

red 56 ◦ green 90 ◦ blue 171

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

Shades of Mariner #385AAB

Tints of Mariner #385AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.94%

R = 17.67%
G = 28.39%
B = 53.94%

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

#385AAB (or 0x385AAB) is known color: Mariner. HEX triplet: 38, 5A and AB. RGB value is (56,90,171). Sum of RGB (Red+Green+Blue) = 56+90+171=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #385AAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385AAB is #C7A554. Grayscale: #585858. Windows color (decimal): -13083989 or 11229752. OLE color: 11229752.

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

Color convert

RGB 56 90 171 -
CMYK 0.67 0.47 0 0.33
HSL 222.26º 0.51% 0.45% -
HSV(B) 222.26º 0.67% 0.67% -
XYZ 12.64 11.09 40 -
YUV 89.07 174.24 104.41 -
System Red Green Blue C M Y K H S L
Decimal 56 90 171 0.67 0.47 0 0.33 222.26 0.51 0.45
Hex 38 5A AB 43 2F 0 21 DE 33 2D
Octal 70 132 253 103 57 0 41 336 63 55
Binary 111000 1011010 10101011 1000011 101111 0 100001 11011110 110011 101101

Color Harmonies of #385AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385AAB

Black with #385AAB

Text Example


Text Example

White with #385AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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