Html Css Color HEX #345F95 Endeavour

📋 copy color: '#345F95'

red 52 ◦ green 95 ◦ blue 149

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

Shades of Endeavour #345F95

Tints of Endeavour #345F95

RGB

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

 GREEN value IS 95 (37.5% from 255) = 32.09%

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

R = 17.57%
G = 32.09%
B = 50.34%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#345F95 (or 0x345F95) is known color: Endeavour. HEX triplet: 34, 5F and 95. RGB value is (52,95,149). Sum of RGB (Red+Green+Blue) = 52+95+149=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #345F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345F95 is #CBA06A. Grayscale: #585858. Windows color (decimal): -13344875 or 9789236. OLE color: 9789236.

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

Color convert

RGB 52 95 149 -
CMYK 0.65 0.36 0 0.42
HSL 213.4º 0.48% 0.39% -
HSV(B) 213.4º 0.65% 0.58% -
XYZ 10.93 11.08 30 -
YUV 88.3 162.25 102.11 -
System Red Green Blue C M Y K H S L
Decimal 52 95 149 0.65 0.36 0 0.42 213.4 0.48 0.39
Hex 34 5F 95 41 24 0 2A D5 30 27
Octal 64 137 225 101 44 0 52 325 60 47
Binary 110100 1011111 10010101 1000001 100100 0 101010 11010101 110000 100111

Color Harmonies of #345F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345F95

Black with #345F95

Text Example


Text Example

White with #345F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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