Html Css Color HEX #346392 Endeavour

📋 copy color: '#346392'

red 52 ◦ green 99 ◦ blue 146

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

Shades of Endeavour #346392

Tints of Endeavour #346392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.33%

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

R = 17.51%
G = 33.33%
B = 49.16%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#346392 (or 0x346392) is known color: Endeavour. HEX triplet: 34, 63 and 92. RGB value is (52,99,146). Sum of RGB (Red+Green+Blue) = 52+99+146=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 99 (39.06% from 255 or 33.33% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #346392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346392 is #CB9C6D. Grayscale: #5A5A5A. Windows color (decimal): -13343854 or 9593652. OLE color: 9593652.

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

Color convert

RGB 52 99 146 -
CMYK 0.64 0.32 0 0.43
HSL 210º 0.47% 0.39% -
HSV(B) 210º 0.64% 0.57% -
XYZ 11.07 11.73 28.87 -
YUV 90.31 159.43 100.68 -
System Red Green Blue C M Y K H S L
Decimal 52 99 146 0.64 0.32 0 0.43 210 0.47 0.39
Hex 34 63 92 40 20 0 2B D2 2F 27
Octal 64 143 222 100 40 0 53 322 57 47
Binary 110100 1100011 10010010 1000000 100000 0 101011 11010010 101111 100111

Color Harmonies of #346392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346392

Black with #346392

Text Example


Text Example

White with #346392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346392; }

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

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

background-color css

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

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

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

border-color css

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

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

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