Html Css Color HEX #345C9F Mariner

📋 copy color: '#345C9F'

red 52 ◦ green 92 ◦ blue 159

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

Shades of Mariner #345C9F

Tints of Mariner #345C9F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.36%

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

R = 17.16%
G = 30.36%
B = 52.48%

CMYK

 C value IS 0.67

 M value IS 0.42

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#345C9F (or 0x345C9F) is known color: Mariner. HEX triplet: 34, 5C and 9F. RGB value is (52,92,159). Sum of RGB (Red+Green+Blue) = 52+92+159=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #345C9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C9F is #CBA360. Grayscale: #575757. Windows color (decimal): -13345633 or 10443828. OLE color: 10443828.

HSL color Cylindrical-coordinate representation of color #345C9F: hue angle of 217.57º 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 #345C9F is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 92 159 -
CMYK 0.67 0.42 0 0.38
HSL 217.57º 0.51% 0.41% -
HSV(B) 217.57º 0.67% 0.62% -
XYZ 11.5 10.89 34.3 -
YUV 87.68 168.25 102.55 -
System Red Green Blue C M Y K H S L
Decimal 52 92 159 0.67 0.42 0 0.38 217.57 0.51 0.41
Hex 34 5C 9F 43 2A 0 26 DA 33 29
Octal 64 134 237 103 52 0 46 332 63 51
Binary 110100 1011100 10011111 1000011 101010 0 100110 11011010 110011 101001

Color Harmonies of #345C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345C9F

Black with #345C9F

Text Example


Text Example

White with #345C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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