Html Css Color HEX #345C95 Endeavour

📋 copy color: '#345C95'

red 52 ◦ green 92 ◦ blue 149

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

Shades of Endeavour #345C95

Tints of Endeavour #345C95

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.4%

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

R = 17.75%
G = 31.4%
B = 50.85%

CMYK

 C value IS 0.65

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#345C95 (or 0x345C95) is known color: Endeavour. HEX triplet: 34, 5C and 95. RGB value is (52,92,149). Sum of RGB (Red+Green+Blue) = 52+92+149=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 149 (58.59% from 255 or 50.85% from 293); Max value from RGB is 149 - color contains mainly: blue. Hex color #345C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C95 is #CBA36A. Grayscale: #565656. Windows color (decimal): -13345643 or 9788468. OLE color: 9788468.

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

Color convert

RGB 52 92 149 -
CMYK 0.65 0.38 0 0.42
HSL 215.26º 0.48% 0.39% -
HSV(B) 215.26º 0.65% 0.58% -
XYZ 10.67 10.55 29.91 -
YUV 86.54 163.25 103.37 -
System Red Green Blue C M Y K H S L
Decimal 52 92 149 0.65 0.38 0 0.42 215.26 0.48 0.39
Hex 34 5C 95 41 26 0 2A D7 30 27
Octal 64 134 225 101 46 0 52 327 60 47
Binary 110100 1011100 10010101 1000001 100110 0 101010 11010111 110000 100111

Color Harmonies of #345C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345C95

Black with #345C95

Text Example


Text Example

White with #345C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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