Html Css Color HEX #346590 Endeavour

📋 copy color: '#346590'

red 52 ◦ green 101 ◦ blue 144

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

Shades of Endeavour #346590

Tints of Endeavour #346590

RGB

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

 GREEN value IS 101 (39.84% from 255) = 34.01%

 BLUE value IS 144 (56.64% from 255) = 48.48%

R = 17.51%
G = 34.01%
B = 48.48%

CMYK

 C value IS 0.64

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#346590 (or 0x346590) is known color: Endeavour. HEX triplet: 34, 65 and 90. RGB value is (52,101,144). Sum of RGB (Red+Green+Blue) = 52+101+144=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 101 (39.84% from 255 or 34.01% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #346590 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346590 is #CB9A6F. Grayscale: #5B5B5B. Windows color (decimal): -13343344 or 9463092. OLE color: 9463092.

HSL color Cylindrical-coordinate representation of color #346590: hue angle of 208.04º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #346590 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 101 144 -
CMYK 0.64 0.30 0 0.44
HSL 208.04º 0.47% 0.38% -
HSV(B) 208.04º 0.64% 0.56% -
XYZ 11.1 12.05 28.13 -
YUV 91.25 157.77 100 -
System Red Green Blue C M Y K H S L
Decimal 52 101 144 0.64 0.30 0 0.44 208.04 0.47 0.38
Hex 34 65 90 40 1E 0 2C D0 2F 26
Octal 64 145 220 100 36 0 54 320 57 46
Binary 110100 1100101 10010000 1000000 11110 0 101100 11010000 101111 100110

Color Harmonies of #346590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346590

Black with #346590

Text Example


Text Example

White with #346590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346590; }

 p { color: rgb(52,101,144); }

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

background-color css

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

 a { background-color: rgb(52,101,144); }

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

border-color css

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

 span { border-color: rgb(52,101,144); }

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