Html Css Color HEX #345C8B Endeavour

📋 copy color: '#345C8B'

red 52 ◦ green 92 ◦ blue 139

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

Shades of Endeavour #345C8B

Tints of Endeavour #345C8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 49.12%

R = 18.37%
G = 32.51%
B = 49.12%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#345C8B (or 0x345C8B) is known color: Endeavour. HEX triplet: 34, 5C and 8B. RGB value is (52,92,139). Sum of RGB (Red+Green+Blue) = 52+92+139=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 139 (54.69% from 255 or 49.12% from 283); Max value from RGB is 139 - color contains mainly: blue. Hex color #345C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345C8B is #CBA374. Grayscale: #555555. Windows color (decimal): -13345653 or 9133108. OLE color: 9133108.

HSL color Cylindrical-coordinate representation of color #345C8B: hue angle of 212.41º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #345C8B is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 92 139 -
CMYK 0.63 0.34 0 0.45
HSL 212.41º 0.46% 0.37% -
HSV(B) 212.41º 0.63% 0.55% -
XYZ 9.9 10.25 25.88 -
YUV 85.4 158.25 104.18 -
System Red Green Blue C M Y K H S L
Decimal 52 92 139 0.63 0.34 0 0.45 212.41 0.46 0.37
Hex 34 5C 8B 3F 22 0 2D D4 2E 25
Octal 64 134 213 77 42 0 55 324 56 45
Binary 110100 1011100 10001011 111111 100010 0 101101 11010100 101110 100101

Color Harmonies of #345C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345C8B

Black with #345C8B

Text Example


Text Example

White with #345C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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