Html Css Color HEX #3664AF Mariner

📋 copy color: '#3664AF'

red 54 ◦ green 100 ◦ blue 175

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

Shades of Mariner #3664AF

Tints of Mariner #3664AF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.4%

 BLUE value IS 175 (68.75% from 255) = 53.19%

R = 16.41%
G = 30.4%
B = 53.19%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3664AF (or 0x3664AF) is known color: Mariner. HEX triplet: 36, 64 and AF. RGB value is (54,100,175). Sum of RGB (Red+Green+Blue) = 54+100+175=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #3664AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3664AF is #C99B50. Grayscale: #5E5E5E. Windows color (decimal): -13212497 or 11494454. OLE color: 11494454.

HSL color Cylindrical-coordinate representation of color #3664AF: hue angle of 217.19º 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 #3664AF is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 54 100 175 -
CMYK 0.69 0.43 0 0.31
HSL 217.19º 0.53% 0.45% -
HSV(B) 217.19º 0.69% 0.69% -
XYZ 13.82 12.99 42.34 -
YUV 94.8 173.26 98.9 -
System Red Green Blue C M Y K H S L
Decimal 54 100 175 0.69 0.43 0 0.31 217.19 0.53 0.45
Hex 36 64 AF 45 2B 0 1F D9 35 2D
Octal 66 144 257 105 53 0 37 331 65 55
Binary 110110 1100100 10101111 1000101 101011 0 11111 11011001 110101 101101

Color Harmonies of #3664AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3664AF

Black with #3664AF

Text Example


Text Example

White with #3664AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3664AF; }

 p { color: rgb(54,100,175); }

 H1.HeaderClassName
 {
   color: #3664AF;
 }
 .AnyTagClassName
 {
   color: #3664AF;
 }
</style>

background-color css

<style>
 a { background-color: #3664AF; }

 a { background-color: rgb(54,100,175); }

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

border-color css

<style>
 span { border-color: #3664AF; }

 span { border-color: rgb(54,100,175); }

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