Html Css Color HEX #345C92 Endeavour

📋 copy color: '#345C92'

red 52 ◦ green 92 ◦ blue 146

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

Shades of Endeavour #345C92

Tints of Endeavour #345C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 50.34%

R = 17.93%
G = 31.72%
B = 50.34%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#345C92 (or 0x345C92) is known color: Endeavour. HEX triplet: 34, 5C and 92. RGB value is (52,92,146). Sum of RGB (Red+Green+Blue) = 52+92+146=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #345C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C92 is #CBA36D. Grayscale: #555555. Windows color (decimal): -13345646 or 9591860. OLE color: 9591860.

HSL color Cylindrical-coordinate representation of color #345C92: hue angle of 214.47º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #345C92 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 52 92 146 -
CMYK 0.64 0.37 0 0.43
HSL 214.47º 0.47% 0.39% -
HSV(B) 214.47º 0.64% 0.57% -
XYZ 10.43 10.46 28.66 -
YUV 86.2 161.75 103.61 -
System Red Green Blue C M Y K H S L
Decimal 52 92 146 0.64 0.37 0 0.43 214.47 0.47 0.39
Hex 34 5C 92 40 25 0 2B D6 2F 27
Octal 64 134 222 100 45 0 53 326 57 47
Binary 110100 1011100 10010010 1000000 100101 0 101011 11010110 101111 100111

Color Harmonies of #345C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345C92

Black with #345C92

Text Example


Text Example

White with #345C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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