Html Css Color HEX #3364AF Mariner

📋 copy color: '#3364AF'

red 51 ◦ green 100 ◦ blue 175

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

Shades of Mariner #3364AF

Tints of Mariner #3364AF

RGB

 RED value IS 51 (20.31% from 255) = 15.64%

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

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

R = 15.64%
G = 30.67%
B = 53.68%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3364AF (or 0x3364AF) is known color: Mariner. HEX triplet: 33, 64 and AF. RGB value is (51,100,175). Sum of RGB (Red+Green+Blue) = 51+100+175=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #3364AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3364AF is #CC9B50. Grayscale: #5D5D5D. Windows color (decimal): -13409105 or 11494451. OLE color: 11494451.

HSL color Cylindrical-coordinate representation of color #3364AF: hue angle of 216.29º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3364AF is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 51 100 175 -
CMYK 0.71 0.43 0 0.31
HSL 216.29º 0.55% 0.44% -
HSV(B) 216.29º 0.71% 0.69% -
XYZ 13.66 12.91 42.33 -
YUV 93.9 173.77 97.4 -
System Red Green Blue C M Y K H S L
Decimal 51 100 175 0.71 0.43 0 0.31 216.29 0.55 0.44
Hex 33 64 AF 47 2B 0 1F D8 37 2C
Octal 63 144 257 107 53 0 37 330 67 54
Binary 110011 1100100 10101111 1000111 101011 0 11111 11011000 110111 101100

Color Harmonies of #3364AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3364AF

Black with #3364AF

Text Example


Text Example

White with #3364AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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