Html Css Color HEX #3464B3 Mariner

📋 copy color: '#3464B3'

red 52 ◦ green 100 ◦ blue 179

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

Shades of Mariner #3464B3

Tints of Mariner #3464B3

RGB

 RED value IS 52 (20.7% from 255) = 15.71%

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

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

R = 15.71%
G = 30.21%
B = 54.08%

CMYK

 C value IS 0.71

 M value IS 0.44

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3464B3 (or 0x3464B3) is known color: Mariner. HEX triplet: 34, 64 and B3. RGB value is (52,100,179). Sum of RGB (Red+Green+Blue) = 52+100+179=331 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.71% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 179 (70.31% from 255 or 54.08% from 331); Max value from RGB is 179 - color contains mainly: blue. Hex color #3464B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3464B3 is #CB9B4C. Grayscale: #5E5E5E. Windows color (decimal): -13343565 or 11756596. OLE color: 11756596.

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

Color convert

RGB 52 100 179 -
CMYK 0.71 0.44 0 0.30
HSL 217.32º 0.55% 0.45% -
HSV(B) 217.32º 0.71% 0.7% -
XYZ 14.11 13.1 44.43 -
YUV 94.65 175.6 97.58 -
System Red Green Blue C M Y K H S L
Decimal 52 100 179 0.71 0.44 0 0.30 217.32 0.55 0.45
Hex 34 64 B3 47 2C 0 1E D9 37 2D
Octal 64 144 263 107 54 0 36 331 67 55
Binary 110100 1100100 10110011 1000111 101100 0 11110 11011001 110111 101101

Color Harmonies of #3464B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3464B3

Black with #3464B3

Text Example


Text Example

White with #3464B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,100,179); }

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

background-color css

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

 a { background-color: rgb(52,100,179); }

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

border-color css

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

 span { border-color: rgb(52,100,179); }

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