Html Css Color HEX #345B8C Endeavour

📋 copy color: '#345B8C'

red 52 ◦ green 91 ◦ blue 140

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

Shades of Endeavour #345B8C

Tints of Endeavour #345B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 49.47%

R = 18.37%
G = 32.16%
B = 49.47%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#345B8C (or 0x345B8C) is known color: Endeavour. HEX triplet: 34, 5B and 8C. RGB value is (52,91,140). Sum of RGB (Red+Green+Blue) = 52+91+140=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 91 (35.94% from 255 or 32.16% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #345B8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #345B8C is #CBA473. Grayscale: #545454. Windows color (decimal): -13345908 or 9198388. OLE color: 9198388.

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

Color convert

RGB 52 91 140 -
CMYK 0.63 0.35 0 0.45
HSL 213.41º 0.46% 0.38% -
HSV(B) 213.41º 0.63% 0.55% -
XYZ 9.89 10.11 26.24 -
YUV 84.93 159.08 104.52 -
System Red Green Blue C M Y K H S L
Decimal 52 91 140 0.63 0.35 0 0.45 213.41 0.46 0.38
Hex 34 5B 8C 3F 23 0 2D D5 2E 26
Octal 64 133 214 77 43 0 55 325 56 46
Binary 110100 1011011 10001100 111111 100011 0 101101 11010101 101110 100110

Color Harmonies of #345B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #345B8C

Black with #345B8C

Text Example


Text Example

White with #345B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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