Html Css Color HEX #34618C Endeavour

📋 copy color: '#34618C'

red 52 ◦ green 97 ◦ blue 140

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

Shades of Endeavour #34618C

Tints of Endeavour #34618C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.56%

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

R = 17.99%
G = 33.56%
B = 48.44%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34618C (or 0x34618C) is known color: Endeavour. HEX triplet: 34, 61 and 8C. RGB value is (52,97,140). Sum of RGB (Red+Green+Blue) = 52+97+140=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #34618C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34618C is #CB9E73. Grayscale: #585858. Windows color (decimal): -13344372 or 9199924. OLE color: 9199924.

HSL color Cylindrical-coordinate representation of color #34618C: hue angle of 209.32º 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 #34618C is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 52 97 140 -
CMYK 0.63 0.31 0 0.45
HSL 209.32º 0.46% 0.38% -
HSV(B) 209.32º 0.63% 0.55% -
XYZ 10.42 11.17 26.42 -
YUV 88.45 157.09 102 -
System Red Green Blue C M Y K H S L
Decimal 52 97 140 0.63 0.31 0 0.45 209.32 0.46 0.38
Hex 34 61 8C 3F 1F 0 2D D1 2E 26
Octal 64 141 214 77 37 0 55 321 56 46
Binary 110100 1100001 10001100 111111 11111 0 101101 11010001 101110 100110

Color Harmonies of #34618C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34618C

Black with #34618C

Text Example


Text Example

White with #34618C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34618C; }

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

 H1.HeaderClassName
 {
   color: #34618C;
 }
 .AnyTagClassName
 {
   color: #34618C;
 }
</style>

background-color css

<style>
 a { background-color: #34618C; }

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

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

border-color css

<style>
 span { border-color: #34618C; }

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

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