Html Css Color HEX #346092 Endeavour

📋 copy color: '#346092'

red 52 ◦ green 96 ◦ blue 146

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

Shades of Endeavour #346092

Tints of Endeavour #346092

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.65%

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

R = 17.69%
G = 32.65%
B = 49.66%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#346092 (or 0x346092) is known color: Endeavour. HEX triplet: 34, 60 and 92. RGB value is (52,96,146). Sum of RGB (Red+Green+Blue) = 52+96+146=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #346092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346092 is #CB9F6D. Grayscale: #585858. Windows color (decimal): -13344622 or 9592884. OLE color: 9592884.

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

Color convert

RGB 52 96 146 -
CMYK 0.64 0.34 0 0.43
HSL 211.91º 0.47% 0.39% -
HSV(B) 211.91º 0.64% 0.57% -
XYZ 10.79 11.17 28.78 -
YUV 88.54 160.42 101.93 -
System Red Green Blue C M Y K H S L
Decimal 52 96 146 0.64 0.34 0 0.43 211.91 0.47 0.39
Hex 34 60 92 40 22 0 2B D4 2F 27
Octal 64 140 222 100 42 0 53 324 57 47
Binary 110100 1100000 10010010 1000000 100010 0 101011 11010100 101111 100111

Color Harmonies of #346092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346092

Black with #346092

Text Example


Text Example

White with #346092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346092; }

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

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

background-color css

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

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

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

border-color css

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

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

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