Html Css Color HEX #3665B3 Mariner

📋 copy color: '#3665B3'

red 54 ◦ green 101 ◦ blue 179

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

Shades of Mariner #3665B3

Tints of Mariner #3665B3

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.24%

 BLUE value IS 179 (70.31% from 255) = 53.59%

R = 16.17%
G = 30.24%
B = 53.59%

CMYK

 C value IS 0.70

 M value IS 0.44

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3665B3 (or 0x3665B3) is known color: Mariner. HEX triplet: 36, 65 and B3. RGB value is (54,101,179). Sum of RGB (Red+Green+Blue) = 54+101+179=334 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.17% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 179 (70.31% from 255 or 53.59% from 334); Max value from RGB is 179 - color contains mainly: blue. Hex color #3665B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3665B3 is #C99A4C. Grayscale: #5F5F5F. Windows color (decimal): -13212237 or 11756854. OLE color: 11756854.

HSL color Cylindrical-coordinate representation of color #3665B3: hue angle of 217.44º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3665B3 is Cyan = 0.70, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 54 101 179 -
CMYK 0.70 0.44 0 0.30
HSL 217.44º 0.54% 0.46% -
HSV(B) 217.44º 0.7% 0.7% -
XYZ 14.31 13.35 44.47 -
YUV 95.84 174.93 98.16 -
System Red Green Blue C M Y K H S L
Decimal 54 101 179 0.70 0.44 0 0.30 217.44 0.54 0.46
Hex 36 65 B3 46 2C 0 1E D9 36 2E
Octal 66 145 263 106 54 0 36 331 66 56
Binary 110110 1100101 10110011 1000110 101100 0 11110 11011001 110110 101110

Color Harmonies of #3665B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3665B3

Black with #3665B3

Text Example


Text Example

White with #3665B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3665B3; }

 p { color: rgb(54,101,179); }

 H1.HeaderClassName
 {
   color: #3665B3;
 }
 .AnyTagClassName
 {
   color: #3665B3;
 }
</style>

background-color css

<style>
 a { background-color: #3665B3; }

 a { background-color: rgb(54,101,179); }

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

border-color css

<style>
 span { border-color: #3665B3; }

 span { border-color: rgb(54,101,179); }

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