Html Css Color HEX #34628F Endeavour

📋 copy color: '#34628F'

red 52 ◦ green 98 ◦ blue 143

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

Shades of Endeavour #34628F

Tints of Endeavour #34628F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.45%

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

R = 17.75%
G = 33.45%
B = 48.81%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#34628F (or 0x34628F) is known color: Endeavour. HEX triplet: 34, 62 and 8F. RGB value is (52,98,143). Sum of RGB (Red+Green+Blue) = 52+98+143=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 98 (38.67% from 255 or 33.45% from 293); Blue value is 143 (56.25% from 255 or 48.81% from 293); Max value from RGB is 143 - color contains mainly: blue. Hex color #34628F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34628F is #CB9D70. Grayscale: #595959. Windows color (decimal): -13344113 or 9396788. OLE color: 9396788.

HSL color Cylindrical-coordinate representation of color #34628F: hue angle of 209.67º 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 #34628F is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 52 98 143 -
CMYK 0.64 0.31 0 0.44
HSL 209.67º 0.47% 0.38% -
HSV(B) 209.67º 0.64% 0.56% -
XYZ 10.74 11.45 27.63 -
YUV 89.38 158.26 101.34 -
System Red Green Blue C M Y K H S L
Decimal 52 98 143 0.64 0.31 0 0.44 209.67 0.47 0.38
Hex 34 62 8F 40 1F 0 2C D2 2F 26
Octal 64 142 217 100 37 0 54 322 57 46
Binary 110100 1100010 10001111 1000000 11111 0 101100 11010010 101111 100110

Color Harmonies of #34628F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34628F

Black with #34628F

Text Example


Text Example

White with #34628F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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