Html Css Color HEX #345A9F Mariner

📋 copy color: '#345A9F'

red 52 ◦ green 90 ◦ blue 159

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

Shades of Mariner #345A9F

Tints of Mariner #345A9F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.9%

 BLUE value IS 159 (62.5% from 255) = 52.82%

R = 17.28%
G = 29.9%
B = 52.82%

CMYK

 C value IS 0.67

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#345A9F (or 0x345A9F) is known color: Mariner. HEX triplet: 34, 5A and 9F. RGB value is (52,90,159). Sum of RGB (Red+Green+Blue) = 52+90+159=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 159 (62.5% from 255 or 52.82% from 301); Max value from RGB is 159 - color contains mainly: blue. Hex color #345A9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345A9F is #CBA560. Grayscale: #565656. Windows color (decimal): -13346145 or 10443316. OLE color: 10443316.

HSL color Cylindrical-coordinate representation of color #345A9F: hue angle of 218.69º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #345A9F is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 90 159 -
CMYK 0.67 0.43 0 0.38
HSL 218.69º 0.51% 0.41% -
HSV(B) 218.69º 0.67% 0.62% -
XYZ 11.33 10.55 34.24 -
YUV 86.5 168.91 103.39 -
System Red Green Blue C M Y K H S L
Decimal 52 90 159 0.67 0.43 0 0.38 218.69 0.51 0.41
Hex 34 5A 9F 43 2B 0 26 DB 33 29
Octal 64 132 237 103 53 0 46 333 63 51
Binary 110100 1011010 10011111 1000011 101011 0 100110 11011011 110011 101001

Color Harmonies of #345A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345A9F

Black with #345A9F

Text Example


Text Example

White with #345A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345A9F; }

 p { color: rgb(52,90,159); }

 H1.HeaderClassName
 {
   color: #345A9F;
 }
 .AnyTagClassName
 {
   color: #345A9F;
 }
</style>

background-color css

<style>
 a { background-color: #345A9F; }

 a { background-color: rgb(52,90,159); }

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

border-color css

<style>
 span { border-color: #345A9F; }

 span { border-color: rgb(52,90,159); }

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