Html Css Color HEX #34598F Endeavour

📋 copy color: '#34598F'

red 52 ◦ green 89 ◦ blue 143

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

Shades of Endeavour #34598F

Tints of Endeavour #34598F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.34%

 BLUE value IS 143 (56.25% from 255) = 50.35%

R = 18.31%
G = 31.34%
B = 50.35%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#34598F (or 0x34598F) is known color: Endeavour. HEX triplet: 34, 59 and 8F. RGB value is (52,89,143). Sum of RGB (Red+Green+Blue) = 52+89+143=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 143 (56.25% from 255 or 50.35% from 284); Max value from RGB is 143 - color contains mainly: blue. Hex color #34598F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34598F is #CBA670. Grayscale: #535353. Windows color (decimal): -13346417 or 9394484. OLE color: 9394484.

HSL color Cylindrical-coordinate representation of color #34598F: hue angle of 215.6º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34598F is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 89 143 -
CMYK 0.64 0.38 0 0.44
HSL 215.6º 0.47% 0.38% -
HSV(B) 215.6º 0.64% 0.56% -
XYZ 9.95 9.86 27.37 -
YUV 84.09 161.24 105.11 -
System Red Green Blue C M Y K H S L
Decimal 52 89 143 0.64 0.38 0 0.44 215.6 0.47 0.38
Hex 34 59 8F 40 26 0 2C D8 2F 26
Octal 64 131 217 100 46 0 54 330 57 46
Binary 110100 1011001 10001111 1000000 100110 0 101100 11011000 101111 100110

Color Harmonies of #34598F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34598F

Black with #34598F

Text Example


Text Example

White with #34598F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #34598F; }

 p { color: rgb(52,89,143); }

 H1.HeaderClassName
 {
   color: #34598F;
 }
 .AnyTagClassName
 {
   color: #34598F;
 }
</style>

background-color css

<style>
 a { background-color: #34598F; }

 a { background-color: rgb(52,89,143); }

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

border-color css

<style>
 span { border-color: #34598F; }

 span { border-color: rgb(52,89,143); }

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