Html Css Color HEX #346491 Endeavour

📋 copy color: '#346491'

red 52 ◦ green 100 ◦ blue 145

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

Shades of Endeavour #346491

Tints of Endeavour #346491

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.67%

 BLUE value IS 145 (57.03% from 255) = 48.82%

R = 17.51%
G = 33.67%
B = 48.82%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#346491 (or 0x346491) is known color: Endeavour. HEX triplet: 34, 64 and 91. RGB value is (52,100,145). Sum of RGB (Red+Green+Blue) = 52+100+145=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 100 (39.45% from 255 or 33.67% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #346491 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346491 is #CB9B6E. Grayscale: #5A5A5A. Windows color (decimal): -13343599 or 9528372. OLE color: 9528372.

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

Color convert

RGB 52 100 145 -
CMYK 0.64 0.31 0 0.43
HSL 209.03º 0.47% 0.39% -
HSV(B) 209.03º 0.64% 0.57% -
XYZ 11.08 11.89 28.5 -
YUV 90.78 158.6 100.34 -
System Red Green Blue C M Y K H S L
Decimal 52 100 145 0.64 0.31 0 0.43 209.03 0.47 0.39
Hex 34 64 91 40 1F 0 2B D1 2F 27
Octal 64 144 221 100 37 0 53 321 57 47
Binary 110100 1100100 10010001 1000000 11111 0 101011 11010001 101111 100111

Color Harmonies of #346491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346491

Black with #346491

Text Example


Text Example

White with #346491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346491; }

 p { color: rgb(52,100,145); }

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

background-color css

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

 a { background-color: rgb(52,100,145); }

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

border-color css

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

 span { border-color: rgb(52,100,145); }

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