Html Css Color HEX #345E8C Endeavour

📋 copy color: '#345E8C'

red 52 ◦ green 94 ◦ blue 140

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

Shades of Endeavour #345E8C

Tints of Endeavour #345E8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 48.95%

R = 18.18%
G = 32.87%
B = 48.95%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#345E8C (or 0x345E8C) is known color: Endeavour. HEX triplet: 34, 5E and 8C. RGB value is (52,94,140). Sum of RGB (Red+Green+Blue) = 52+94+140=286 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.18% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 140 (55.08% from 255 or 48.95% from 286); Max value from RGB is 140 - color contains mainly: blue. Hex color #345E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345E8C is #CBA173. Grayscale: #565656. Windows color (decimal): -13345140 or 9199156. OLE color: 9199156.

HSL color Cylindrical-coordinate representation of color #345E8C: hue angle of 211.36º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #345E8C is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 94 140 -
CMYK 0.63 0.33 0 0.45
HSL 211.36º 0.46% 0.38% -
HSV(B) 211.36º 0.63% 0.55% -
XYZ 10.15 10.63 26.33 -
YUV 86.69 158.09 103.26 -
System Red Green Blue C M Y K H S L
Decimal 52 94 140 0.63 0.33 0 0.45 211.36 0.46 0.38
Hex 34 5E 8C 3F 21 0 2D D3 2E 26
Octal 64 136 214 77 41 0 55 323 56 46
Binary 110100 1011110 10001100 111111 100001 0 101101 11010011 101110 100110

Color Harmonies of #345E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345E8C

Black with #345E8C

Text Example


Text Example

White with #345E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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