Html Css Color HEX #345C93 Endeavour

📋 copy color: '#345C93'

red 52 ◦ green 92 ◦ blue 147

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

Shades of Endeavour #345C93

Tints of Endeavour #345C93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 50.52%

R = 17.87%
G = 31.62%
B = 50.52%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#345C93 (or 0x345C93) is known color: Endeavour. HEX triplet: 34, 5C and 93. RGB value is (52,92,147). Sum of RGB (Red+Green+Blue) = 52+92+147=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #345C93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C93 is #CBA36C. Grayscale: #565656. Windows color (decimal): -13345645 or 9657396. OLE color: 9657396.

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

Color convert

RGB 52 92 147 -
CMYK 0.65 0.37 0 0.42
HSL 214.74º 0.48% 0.39% -
HSV(B) 214.74º 0.65% 0.58% -
XYZ 10.51 10.49 29.07 -
YUV 86.31 162.25 103.53 -
System Red Green Blue C M Y K H S L
Decimal 52 92 147 0.65 0.37 0 0.42 214.74 0.48 0.39
Hex 34 5C 93 41 25 0 2A D7 30 27
Octal 64 134 223 101 45 0 52 327 60 47
Binary 110100 1011100 10010011 1000001 100101 0 101010 11010111 110000 100111

Color Harmonies of #345C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345C93

Black with #345C93

Text Example


Text Example

White with #345C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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