Html Css Color HEX #345E95 Endeavour

📋 copy color: '#345E95'

red 52 ◦ green 94 ◦ blue 149

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

Shades of Endeavour #345E95

Tints of Endeavour #345E95

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.86%

 BLUE value IS 149 (58.59% from 255) = 50.51%

R = 17.63%
G = 31.86%
B = 50.51%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#345E95 (or 0x345E95) is known color: Endeavour. HEX triplet: 34, 5E and 95. RGB value is (52,94,149). Sum of RGB (Red+Green+Blue) = 52+94+149=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 149 (58.59% from 255 or 50.51% from 295); Max value from RGB is 149 - color contains mainly: blue. Hex color #345E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345E95 is #CBA16A. Grayscale: #575757. Windows color (decimal): -13345131 or 9788980. OLE color: 9788980.

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

Color convert

RGB 52 94 149 -
CMYK 0.65 0.37 0 0.42
HSL 214.02º 0.48% 0.39% -
HSV(B) 214.02º 0.65% 0.58% -
XYZ 10.84 10.91 29.97 -
YUV 87.71 162.59 102.53 -
System Red Green Blue C M Y K H S L
Decimal 52 94 149 0.65 0.37 0 0.42 214.02 0.48 0.39
Hex 34 5E 95 41 25 0 2A D6 30 27
Octal 64 136 225 101 45 0 52 326 60 47
Binary 110100 1011110 10010101 1000001 100101 0 101010 11010110 110000 100111

Color Harmonies of #345E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345E95

Black with #345E95

Text Example


Text Example

White with #345E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #345E95; }

 p { color: rgb(52,94,149); }

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

background-color css

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

 a { background-color: rgb(52,94,149); }

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

border-color css

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

 span { border-color: rgb(52,94,149); }

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