Html Css Color HEX #3665AE Mariner

📋 copy color: '#3665AE'

red 54 ◦ green 101 ◦ blue 174

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

Shades of Mariner #3665AE

Tints of Mariner #3665AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 52.89%

R = 16.41%
G = 30.7%
B = 52.89%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3665AE (or 0x3665AE) is known color: Mariner. HEX triplet: 36, 65 and AE. RGB value is (54,101,174). Sum of RGB (Red+Green+Blue) = 54+101+174=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #3665AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3665AE is #C99A51. Grayscale: #5E5E5E. Windows color (decimal): -13212242 or 11429174. OLE color: 11429174.

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

Color convert

RGB 54 101 174 -
CMYK 0.69 0.42 0 0.32
HSL 216.5º 0.53% 0.45% -
HSV(B) 216.5º 0.69% 0.68% -
XYZ 13.81 13.15 41.85 -
YUV 95.27 172.43 98.56 -
System Red Green Blue C M Y K H S L
Decimal 54 101 174 0.69 0.42 0 0.32 216.5 0.53 0.45
Hex 36 65 AE 45 2A 0 20 D8 35 2D
Octal 66 145 256 105 52 0 40 330 65 55
Binary 110110 1100101 10101110 1000101 101010 0 100000 11011000 110101 101101

Color Harmonies of #3665AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3665AE

Black with #3665AE

Text Example


Text Example

White with #3665AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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