Html Css Color HEX #345B92 Endeavour

📋 copy color: '#345B92'

red 52 ◦ green 91 ◦ blue 146

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

Shades of Endeavour #345B92

Tints of Endeavour #345B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 50.52%

R = 17.99%
G = 31.49%
B = 50.52%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#345B92 (or 0x345B92) is known color: Endeavour. HEX triplet: 34, 5B and 92. RGB value is (52,91,146). Sum of RGB (Red+Green+Blue) = 52+91+146=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 146 (57.42% from 255 or 50.52% from 289); Max value from RGB is 146 - color contains mainly: blue. Hex color #345B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345B92 is #CBA46D. Grayscale: #555555. Windows color (decimal): -13345902 or 9591604. OLE color: 9591604.

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

Color convert

RGB 52 91 146 -
CMYK 0.64 0.38 0 0.43
HSL 215.11º 0.47% 0.39% -
HSV(B) 215.11º 0.64% 0.57% -
XYZ 10.35 10.29 28.63 -
YUV 85.61 162.08 104.03 -
System Red Green Blue C M Y K H S L
Decimal 52 91 146 0.64 0.38 0 0.43 215.11 0.47 0.39
Hex 34 5B 92 40 26 0 2B D7 2F 27
Octal 64 133 222 100 46 0 53 327 57 47
Binary 110100 1011011 10010010 1000000 100110 0 101011 11010111 101111 100111

Color Harmonies of #345B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345B92

Black with #345B92

Text Example


Text Example

White with #345B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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