Html Css Color HEX #345B90 Endeavour

📋 copy color: '#345B90'

red 52 ◦ green 91 ◦ blue 144

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

Shades of Endeavour #345B90

Tints of Endeavour #345B90

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.71%

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

R = 18.12%
G = 31.71%
B = 50.17%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#345B90 (or 0x345B90) is known color: Endeavour. HEX triplet: 34, 5B and 90. RGB value is (52,91,144). Sum of RGB (Red+Green+Blue) = 52+91+144=287 (38% of max value = 765). Red value is 52 (20.70% from 255 or 18.12% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 144 (56.64% from 255 or 50.17% from 287); Max value from RGB is 144 - color contains mainly: blue. Hex color #345B90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345B90 is #CBA46F. Grayscale: #555555. Windows color (decimal): -13345904 or 9460532. OLE color: 9460532.

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

Color convert

RGB 52 91 144 -
CMYK 0.64 0.37 0 0.44
HSL 214.57º 0.47% 0.38% -
HSV(B) 214.57º 0.64% 0.56% -
XYZ 10.19 10.23 27.82 -
YUV 85.38 161.08 104.19 -
System Red Green Blue C M Y K H S L
Decimal 52 91 144 0.64 0.37 0 0.44 214.57 0.47 0.38
Hex 34 5B 90 40 25 0 2C D7 2F 26
Octal 64 133 220 100 45 0 54 327 57 46
Binary 110100 1011011 10010000 1000000 100101 0 101100 11010111 101111 100110

Color Harmonies of #345B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345B90

Black with #345B90

Text Example


Text Example

White with #345B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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