Html Css Color HEX #345F9B Mariner

📋 copy color: '#345F9B'

red 52 ◦ green 95 ◦ blue 155

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

Shades of Mariner #345F9B

Tints of Mariner #345F9B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.46%

 BLUE value IS 155 (60.94% from 255) = 51.32%

R = 17.22%
G = 31.46%
B = 51.32%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#345F9B (or 0x345F9B) is known color: Mariner. HEX triplet: 34, 5F and 9B. RGB value is (52,95,155). Sum of RGB (Red+Green+Blue) = 52+95+155=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #345F9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F9B is #CBA064. Grayscale: #585858. Windows color (decimal): -13344869 or 10182452. OLE color: 10182452.

HSL color Cylindrical-coordinate representation of color #345F9B: hue angle of 214.95º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #345F9B is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 52 95 155 -
CMYK 0.66 0.39 0 0.39
HSL 214.95º 0.5% 0.41% -
HSV(B) 214.95º 0.66% 0.61% -
XYZ 11.42 11.28 32.59 -
YUV 88.98 165.25 101.62 -
System Red Green Blue C M Y K H S L
Decimal 52 95 155 0.66 0.39 0 0.39 214.95 0.5 0.41
Hex 34 5F 9B 42 27 0 27 D7 32 29
Octal 64 137 233 102 47 0 47 327 62 51
Binary 110100 1011111 10011011 1000010 100111 0 100111 11010111 110010 101001

Color Harmonies of #345F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345F9B

Black with #345F9B

Text Example


Text Example

White with #345F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,95,155); }

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

background-color css

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

 a { background-color: rgb(52,95,155); }

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

border-color css

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

 span { border-color: rgb(52,95,155); }

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