Html Css Color HEX #346390 Endeavour

📋 copy color: '#346390'

red 52 ◦ green 99 ◦ blue 144

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

Shades of Endeavour #346390

Tints of Endeavour #346390

RGB

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

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

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

R = 17.63%
G = 33.56%
B = 48.81%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#346390 (or 0x346390) is known color: Endeavour. HEX triplet: 34, 63 and 90. RGB value is (52,99,144). Sum of RGB (Red+Green+Blue) = 52+99+144=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 99 (39.06% from 255 or 33.56% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #346390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #346390 is #CB9C6F. Grayscale: #595959. Windows color (decimal): -13343856 or 9462580. OLE color: 9462580.

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

Color convert

RGB 52 99 144 -
CMYK 0.64 0.31 0 0.44
HSL 209.35º 0.47% 0.38% -
HSV(B) 209.35º 0.64% 0.56% -
XYZ 10.91 11.67 28.06 -
YUV 90.08 158.43 100.84 -
System Red Green Blue C M Y K H S L
Decimal 52 99 144 0.64 0.31 0 0.44 209.35 0.47 0.38
Hex 34 63 90 40 1F 0 2C D1 2F 26
Octal 64 143 220 100 37 0 54 321 57 46
Binary 110100 1100011 10010000 1000000 11111 0 101100 11010001 101111 100110

Color Harmonies of #346390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #346390

Black with #346390

Text Example


Text Example

White with #346390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #346390; }

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

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

background-color css

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

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

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

border-color css

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

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

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