Html Css Color HEX #385CAB Mariner

📋 copy color: '#385CAB'

red 56 ◦ green 92 ◦ blue 171

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

Shades of Mariner #385CAB

Tints of Mariner #385CAB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.84%

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

R = 17.55%
G = 28.84%
B = 53.61%

CMYK

 C value IS 0.67

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#385CAB (or 0x385CAB) is known color: Mariner. HEX triplet: 38, 5C and AB. RGB value is (56,92,171). Sum of RGB (Red+Green+Blue) = 56+92+171=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #385CAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385CAB is #C7A354. Grayscale: #595959. Windows color (decimal): -13083477 or 11230264. OLE color: 11230264.

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

Color convert

RGB 56 92 171 -
CMYK 0.67 0.46 0 0.33
HSL 221.22º 0.51% 0.45% -
HSV(B) 221.22º 0.67% 0.67% -
XYZ 12.81 11.44 40.06 -
YUV 90.24 173.57 103.58 -
System Red Green Blue C M Y K H S L
Decimal 56 92 171 0.67 0.46 0 0.33 221.22 0.51 0.45
Hex 38 5C AB 43 2E 0 21 DD 33 2D
Octal 70 134 253 103 56 0 41 335 63 55
Binary 111000 1011100 10101011 1000011 101110 0 100001 11011101 110011 101101

Color Harmonies of #385CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385CAB

Black with #385CAB

Text Example


Text Example

White with #385CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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