Html Css Color HEX #345D8E Endeavour

📋 copy color: '#345D8E'

red 52 ◦ green 93 ◦ blue 142

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

Shades of Endeavour #345D8E

Tints of Endeavour #345D8E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.4%

 BLUE value IS 142 (55.86% from 255) = 49.48%

R = 18.12%
G = 32.4%
B = 49.48%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#345D8E (or 0x345D8E) is known color: Endeavour. HEX triplet: 34, 5D and 8E. RGB value is (52,93,142). Sum of RGB (Red+Green+Blue) = 52+93+142=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 142 (55.86% from 255 or 49.48% from 287); Max value from RGB is 142 - color contains mainly: blue. Hex color #345D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345D8E is #CBA271. Grayscale: #565656. Windows color (decimal): -13345394 or 9329972. OLE color: 9329972.

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

Color convert

RGB 52 93 142 -
CMYK 0.63 0.35 0 0.44
HSL 212.67º 0.46% 0.38% -
HSV(B) 212.67º 0.63% 0.56% -
XYZ 10.21 10.51 27.08 -
YUV 86.33 159.42 103.52 -
System Red Green Blue C M Y K H S L
Decimal 52 93 142 0.63 0.35 0 0.44 212.67 0.46 0.38
Hex 34 5D 8E 3F 23 0 2C D5 2E 26
Octal 64 135 216 77 43 0 54 325 56 46
Binary 110100 1011101 10001110 111111 100011 0 101100 11010101 101110 100110

Color Harmonies of #345D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345D8E

Black with #345D8E

Text Example


Text Example

White with #345D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,93,142); }

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

background-color css

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

 a { background-color: rgb(52,93,142); }

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

border-color css

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

 span { border-color: rgb(52,93,142); }

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