Html Css Color HEX #346393 Endeavour

📋 copy color: '#346393'

red 52 ◦ green 99 ◦ blue 147

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

Shades of Endeavour #346393

Tints of Endeavour #346393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 49.33%

R = 17.45%
G = 33.22%
B = 49.33%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#346393 (or 0x346393) is known color: Endeavour. HEX triplet: 34, 63 and 93. RGB value is (52,99,147). Sum of RGB (Red+Green+Blue) = 52+99+147=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 99 (39.06% from 255 or 33.22% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #346393 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346393 is #CB9C6C. Grayscale: #5A5A5A. Windows color (decimal): -13343853 or 9659188. OLE color: 9659188.

HSL color Cylindrical-coordinate representation of color #346393: hue angle of 210.32º 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 #346393 is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 99 147 -
CMYK 0.65 0.33 0 0.42
HSL 210.32º 0.48% 0.39% -
HSV(B) 210.32º 0.65% 0.58% -
XYZ 11.14 11.76 29.29 -
YUV 90.42 159.93 100.6 -
System Red Green Blue C M Y K H S L
Decimal 52 99 147 0.65 0.33 0 0.42 210.32 0.48 0.39
Hex 34 63 93 41 21 0 2A D2 30 27
Octal 64 143 223 101 41 0 52 322 60 47
Binary 110100 1100011 10010011 1000001 100001 0 101010 11010010 110000 100111

Color Harmonies of #346393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346393

Black with #346393

Text Example


Text Example

White with #346393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346393; }

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

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

background-color css

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

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

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

border-color css

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

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

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