Html Css Color HEX #345C94 Endeavour

📋 copy color: '#345C94'

red 52 ◦ green 92 ◦ blue 148

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

Shades of Endeavour #345C94

Tints of Endeavour #345C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 50.68%

R = 17.81%
G = 31.51%
B = 50.68%

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

#345C94 (or 0x345C94) is known color: Endeavour. HEX triplet: 34, 5C and 94. RGB value is (52,92,148). Sum of RGB (Red+Green+Blue) = 52+92+148=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #345C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C94 is #CBA36B. Grayscale: #565656. Windows color (decimal): -13345644 or 9722932. OLE color: 9722932.

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

Color convert

RGB 52 92 148 -
CMYK 0.65 0.38 0 0.42
HSL 215º 0.48% 0.39% -
HSV(B) 215º 0.65% 0.58% -
XYZ 10.59 10.52 29.49 -
YUV 86.42 162.75 103.45 -
System Red Green Blue C M Y K H S L
Decimal 52 92 148 0.65 0.38 0 0.42 215 0.48 0.39
Hex 34 5C 94 41 26 0 2A D7 30 27
Octal 64 134 224 101 46 0 52 327 60 47
Binary 110100 1011100 10010100 1000001 100110 0 101010 11010111 110000 100111

Color Harmonies of #345C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345C94

Black with #345C94

Text Example


Text Example

White with #345C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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