Html Css Color HEX #346096 Endeavour

📋 copy color: '#346096'

red 52 ◦ green 96 ◦ blue 150

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

Shades of Endeavour #346096

Tints of Endeavour #346096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 50.34%

R = 17.45%
G = 32.21%
B = 50.34%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#346096 (or 0x346096) is known color: Endeavour. HEX triplet: 34, 60 and 96. RGB value is (52,96,150). Sum of RGB (Red+Green+Blue) = 52+96+150=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #346096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346096 is #CB9F69. Grayscale: #585858. Windows color (decimal): -13344618 or 9855028. OLE color: 9855028.

HSL color Cylindrical-coordinate representation of color #346096: hue angle of 213.06º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #346096 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 96 150 -
CMYK 0.65 0.36 0 0.41
HSL 213.06º 0.49% 0.4% -
HSV(B) 213.06º 0.65% 0.59% -
XYZ 11.1 11.3 30.45 -
YUV 89 162.42 101.61 -
System Red Green Blue C M Y K H S L
Decimal 52 96 150 0.65 0.36 0 0.41 213.06 0.49 0.4
Hex 34 60 96 41 24 0 29 D5 31 28
Octal 64 140 226 101 44 0 51 325 61 50
Binary 110100 1100000 10010110 1000001 100100 0 101001 11010101 110001 101000

Color Harmonies of #346096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346096

Black with #346096

Text Example


Text Example

White with #346096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346096; }

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

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

background-color css

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

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

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

border-color css

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

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

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