Html Css Color HEX #3661B0 Mariner

📋 copy color: '#3661B0'

red 54 ◦ green 97 ◦ blue 176

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

Shades of Mariner #3661B0

Tints of Mariner #3661B0

RGB

 RED value IS 54 (21.48% from 255) = 16.51%

 GREEN value IS 97 (38.28% from 255) = 29.66%

 BLUE value IS 176 (69.14% from 255) = 53.82%

R = 16.51%
G = 29.66%
B = 53.82%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3661B0 (or 0x3661B0) is known color: Mariner. HEX triplet: 36, 61 and B0. RGB value is (54,97,176). Sum of RGB (Red+Green+Blue) = 54+97+176=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 176 (69.14% from 255 or 53.82% from 327); Max value from RGB is 176 - color contains mainly: blue. Hex color #3661B0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3661B0 is #C99E4F. Grayscale: #5C5C5C. Windows color (decimal): -13213264 or 11559222. OLE color: 11559222.

HSL color Cylindrical-coordinate representation of color #3661B0: hue angle of 218.85º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3661B0 is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 54 97 176 -
CMYK 0.69 0.45 0 0.31
HSL 218.85º 0.53% 0.45% -
HSV(B) 218.85º 0.69% 0.69% -
XYZ 13.63 12.47 42.76 -
YUV 93.15 174.75 100.08 -
System Red Green Blue C M Y K H S L
Decimal 54 97 176 0.69 0.45 0 0.31 218.85 0.53 0.45
Hex 36 61 B0 45 2D 0 1F DB 35 2D
Octal 66 141 260 105 55 0 37 333 65 55
Binary 110110 1100001 10110000 1000101 101101 0 11111 11011011 110101 101101

Color Harmonies of #3661B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3661B0

Black with #3661B0

Text Example


Text Example

White with #3661B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3661B0; }

 p { color: rgb(54,97,176); }

 H1.HeaderClassName
 {
   color: #3661B0;
 }
 .AnyTagClassName
 {
   color: #3661B0;
 }
</style>

background-color css

<style>
 a { background-color: #3661B0; }

 a { background-color: rgb(54,97,176); }

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

border-color css

<style>
 span { border-color: #3661B0; }

 span { border-color: rgb(54,97,176); }

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