Html Css Color HEX #346492 Endeavour

📋 copy color: '#346492'

red 52 ◦ green 100 ◦ blue 146

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

Shades of Endeavour #346492

Tints of Endeavour #346492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 48.99%

R = 17.45%
G = 33.56%
B = 48.99%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#346492 (or 0x346492) is known color: Endeavour. HEX triplet: 34, 64 and 92. RGB value is (52,100,146). Sum of RGB (Red+Green+Blue) = 52+100+146=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 146 (57.42% from 255 or 48.99% from 298); Max value from RGB is 146 - color contains mainly: blue. Hex color #346492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346492 is #CB9B6D. Grayscale: #5A5A5A. Windows color (decimal): -13343598 or 9593908. OLE color: 9593908.

HSL color Cylindrical-coordinate representation of color #346492: hue angle of 209.36º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #346492 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 100 146 -
CMYK 0.64 0.32 0 0.43
HSL 209.36º 0.47% 0.39% -
HSV(B) 209.36º 0.64% 0.57% -
XYZ 11.16 11.92 28.91 -
YUV 90.89 159.1 100.26 -
System Red Green Blue C M Y K H S L
Decimal 52 100 146 0.64 0.32 0 0.43 209.36 0.47 0.39
Hex 34 64 92 40 20 0 2B D1 2F 27
Octal 64 144 222 100 40 0 53 321 57 47
Binary 110100 1100100 10010010 1000000 100000 0 101011 11010001 101111 100111

Color Harmonies of #346492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346492

Black with #346492

Text Example


Text Example

White with #346492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346492; }

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

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

background-color css

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

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

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

border-color css

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

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

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