Html Css Color HEX #345C96 Endeavour

📋 copy color: '#345C96'

red 52 ◦ green 92 ◦ blue 150

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

Shades of Endeavour #345C96

Tints of Endeavour #345C96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 51.02%

R = 17.69%
G = 31.29%
B = 51.02%

CMYK

 C value IS 0.65

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#345C96 (or 0x345C96) is known color: Endeavour. HEX triplet: 34, 5C and 96. RGB value is (52,92,150). Sum of RGB (Red+Green+Blue) = 52+92+150=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 92 (36.33% from 255 or 31.29% from 294); Blue value is 150 (58.98% from 255 or 51.02% from 294); Max value from RGB is 150 - color contains mainly: blue. Hex color #345C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C96 is #CBA369. Grayscale: #565656. Windows color (decimal): -13345642 or 9854004. OLE color: 9854004.

HSL color Cylindrical-coordinate representation of color #345C96: hue angle of 215.51º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #345C96 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 92 150 -
CMYK 0.65 0.39 0 0.41
HSL 215.51º 0.49% 0.4% -
HSV(B) 215.51º 0.65% 0.59% -
XYZ 10.75 10.59 30.33 -
YUV 86.65 163.75 103.28 -
System Red Green Blue C M Y K H S L
Decimal 52 92 150 0.65 0.39 0 0.41 215.51 0.49 0.4
Hex 34 5C 96 41 27 0 29 D8 31 28
Octal 64 134 226 101 47 0 51 330 61 50
Binary 110100 1011100 10010110 1000001 100111 0 101001 11011000 110001 101000

Color Harmonies of #345C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345C96

Black with #345C96

Text Example


Text Example

White with #345C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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