Html Css Color HEX #346192 Endeavour

📋 copy color: '#346192'

red 52 ◦ green 97 ◦ blue 146

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

Shades of Endeavour #346192

Tints of Endeavour #346192

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.88%

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

R = 17.63%
G = 32.88%
B = 49.49%

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

#346192 (or 0x346192) is known color: Endeavour. HEX triplet: 34, 61 and 92. RGB value is (52,97,146). Sum of RGB (Red+Green+Blue) = 52+97+146=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #346192 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346192 is #CB9E6D. Grayscale: #585858. Windows color (decimal): -13344366 or 9593140. OLE color: 9593140.

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

Color convert

RGB 52 97 146 -
CMYK 0.64 0.34 0 0.43
HSL 211.28º 0.47% 0.39% -
HSV(B) 211.28º 0.64% 0.57% -
XYZ 10.88 11.35 28.81 -
YUV 89.13 160.09 101.52 -
System Red Green Blue C M Y K H S L
Decimal 52 97 146 0.64 0.34 0 0.43 211.28 0.47 0.39
Hex 34 61 92 40 22 0 2B D3 2F 27
Octal 64 141 222 100 42 0 53 323 57 47
Binary 110100 1100001 10010010 1000000 100010 0 101011 11010011 101111 100111

Color Harmonies of #346192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346192

Black with #346192

Text Example


Text Example

White with #346192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346192; }

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

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

background-color css

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

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

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

border-color css

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

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

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