Html Css Color HEX #345E90 Endeavour

📋 copy color: '#345E90'

red 52 ◦ green 94 ◦ blue 144

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

Shades of Endeavour #345E90

Tints of Endeavour #345E90

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.41%

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

R = 17.93%
G = 32.41%
B = 49.66%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#345E90 (or 0x345E90) is known color: Endeavour. HEX triplet: 34, 5E and 90. RGB value is (52,94,144). Sum of RGB (Red+Green+Blue) = 52+94+144=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 144 (56.64% from 255 or 49.66% from 290); Max value from RGB is 144 - color contains mainly: blue. Hex color #345E90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345E90 is #CBA16F. Grayscale: #565656. Windows color (decimal): -13345136 or 9461300. OLE color: 9461300.

HSL color Cylindrical-coordinate representation of color #345E90: hue angle of 212.61º 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 #345E90 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 94 144 -
CMYK 0.64 0.35 0 0.44
HSL 212.61º 0.47% 0.38% -
HSV(B) 212.61º 0.64% 0.56% -
XYZ 10.45 10.75 27.91 -
YUV 87.14 160.09 102.93 -
System Red Green Blue C M Y K H S L
Decimal 52 94 144 0.64 0.35 0 0.44 212.61 0.47 0.38
Hex 34 5E 90 40 23 0 2C D5 2F 26
Octal 64 136 220 100 43 0 54 325 57 46
Binary 110100 1011110 10010000 1000000 100011 0 101100 11010101 101111 100110

Color Harmonies of #345E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345E90

Black with #345E90

Text Example


Text Example

White with #345E90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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