Html Css Color HEX #346292 Endeavour

📋 copy color: '#346292'

red 52 ◦ green 98 ◦ blue 146

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

Shades of Endeavour #346292

Tints of Endeavour #346292

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.11%

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

R = 17.57%
G = 33.11%
B = 49.32%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#346292 (or 0x346292) is known color: Endeavour. HEX triplet: 34, 62 and 92. RGB value is (52,98,146). Sum of RGB (Red+Green+Blue) = 52+98+146=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 98 (38.67% from 255 or 33.11% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #346292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346292 is #CB9D6D. Grayscale: #595959. Windows color (decimal): -13344110 or 9593396. OLE color: 9593396.

HSL color Cylindrical-coordinate representation of color #346292: hue angle of 210.64º 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 #346292 is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 98 146 -
CMYK 0.64 0.33 0 0.43
HSL 210.64º 0.47% 0.39% -
HSV(B) 210.64º 0.64% 0.57% -
XYZ 10.97 11.54 28.84 -
YUV 89.72 159.76 101.1 -
System Red Green Blue C M Y K H S L
Decimal 52 98 146 0.64 0.33 0 0.43 210.64 0.47 0.39
Hex 34 62 92 40 21 0 2B D3 2F 27
Octal 64 142 222 100 41 0 53 323 57 47
Binary 110100 1100010 10010010 1000000 100001 0 101011 11010011 101111 100111

Color Harmonies of #346292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346292

Black with #346292

Text Example


Text Example

White with #346292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346292; }

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

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

background-color css

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

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

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

border-color css

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

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

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