Html Css Color HEX #345C90 Endeavour

📋 copy color: '#345C90'

red 52 ◦ green 92 ◦ blue 144

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

Shades of Endeavour #345C90

Tints of Endeavour #345C90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 50%

R = 18.06%
G = 31.94%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#345C90 (or 0x345C90) is known color: Endeavour. HEX triplet: 34, 5C and 90. RGB value is (52,92,144). Sum of RGB (Red+Green+Blue) = 52+92+144=288 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.06% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 144 (56.64% from 255 or 50% from 288); Max value from RGB is 144 - color contains mainly: blue. Hex color #345C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C90 is #CBA36F. Grayscale: #555555. Windows color (decimal): -13345648 or 9460788. OLE color: 9460788.

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

Color convert

RGB 52 92 144 -
CMYK 0.64 0.36 0 0.44
HSL 213.91º 0.47% 0.38% -
HSV(B) 213.91º 0.64% 0.56% -
XYZ 10.28 10.4 27.85 -
YUV 85.97 160.75 103.77 -
System Red Green Blue C M Y K H S L
Decimal 52 92 144 0.64 0.36 0 0.44 213.91 0.47 0.38
Hex 34 5C 90 40 24 0 2C D6 2F 26
Octal 64 134 220 100 44 0 54 326 57 46
Binary 110100 1011100 10010000 1000000 100100 0 101100 11010110 101111 100110

Color Harmonies of #345C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345C90

Black with #345C90

Text Example


Text Example

White with #345C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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