Html Css Color HEX #3855AA Mariner

📋 copy color: '#3855AA'

red 56 ◦ green 85 ◦ blue 170

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

Shades of Mariner #3855AA

Tints of Mariner #3855AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.33%

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

R = 18.01%
G = 27.33%
B = 54.66%

CMYK

 C value IS 0.67

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3855AA (or 0x3855AA) is known color: Mariner. HEX triplet: 38, 55 and AA. RGB value is (56,85,170). Sum of RGB (Red+Green+Blue) = 56+85+170=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #3855AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3855AA is #C7AA55. Grayscale: #555555. Windows color (decimal): -13085270 or 11162936. OLE color: 11162936.

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

Color convert

RGB 56 85 170 -
CMYK 0.67 0.50 0 0.33
HSL 224.74º 0.5% 0.44% -
HSV(B) 224.74º 0.67% 0.67% -
XYZ 12.14 10.24 39.37 -
YUV 86.02 175.39 106.59 -
System Red Green Blue C M Y K H S L
Decimal 56 85 170 0.67 0.50 0 0.33 224.74 0.5 0.44
Hex 38 55 AA 43 32 0 21 E1 32 2C
Octal 70 125 252 103 62 0 41 341 62 54
Binary 111000 1010101 10101010 1000011 110010 0 100001 11100001 110010 101100

Color Harmonies of #3855AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3855AA

Black with #3855AA

Text Example


Text Example

White with #3855AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3855AA; }

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

 H1.HeaderClassName
 {
   color: #3855AA;
 }
 .AnyTagClassName
 {
   color: #3855AA;
 }
</style>

background-color css

<style>
 a { background-color: #3855AA; }

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

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

border-color css

<style>
 span { border-color: #3855AA; }

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

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