Html Css Color HEX #346094 Endeavour

📋 copy color: '#346094'

red 52 ◦ green 96 ◦ blue 148

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

Shades of Endeavour #346094

Tints of Endeavour #346094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 50%

R = 17.57%
G = 32.43%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#346094 (or 0x346094) is known color: Endeavour. HEX triplet: 34, 60 and 94. RGB value is (52,96,148). Sum of RGB (Red+Green+Blue) = 52+96+148=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #346094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346094 is #CB9F6B. Grayscale: #585858. Windows color (decimal): -13344620 or 9723956. OLE color: 9723956.

HSL color Cylindrical-coordinate representation of color #346094: hue angle of 212.5º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #346094 is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 96 148 -
CMYK 0.65 0.35 0 0.42
HSL 212.5º 0.48% 0.39% -
HSV(B) 212.5º 0.65% 0.58% -
XYZ 10.94 11.23 29.61 -
YUV 88.77 161.42 101.77 -
System Red Green Blue C M Y K H S L
Decimal 52 96 148 0.65 0.35 0 0.42 212.5 0.48 0.39
Hex 34 60 94 41 23 0 2A D4 30 27
Octal 64 140 224 101 43 0 52 324 60 47
Binary 110100 1100000 10010100 1000001 100011 0 101010 11010100 110000 100111

Color Harmonies of #346094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346094

Black with #346094

Text Example


Text Example

White with #346094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346094; }

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

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

background-color css

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

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

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

border-color css

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

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

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