Html Css Color HEX #34628B Endeavour

📋 copy color: '#34628B'

red 52 ◦ green 98 ◦ blue 139

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

Shades of Endeavour #34628B

Tints of Endeavour #34628B

RGB

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

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

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

R = 17.99%
G = 33.91%
B = 48.1%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#34628B (or 0x34628B) is known color: Endeavour. HEX triplet: 34, 62 and 8B. RGB value is (52,98,139). Sum of RGB (Red+Green+Blue) = 52+98+139=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #34628B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34628B is #CB9D74. Grayscale: #585858. Windows color (decimal): -13344117 or 9134644. OLE color: 9134644.

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

Color convert

RGB 52 98 139 -
CMYK 0.63 0.29 0 0.45
HSL 208.28º 0.46% 0.37% -
HSV(B) 208.28º 0.63% 0.55% -
XYZ 10.44 11.33 26.06 -
YUV 88.92 156.26 101.67 -
System Red Green Blue C M Y K H S L
Decimal 52 98 139 0.63 0.29 0 0.45 208.28 0.46 0.37
Hex 34 62 8B 3F 1D 0 2D D0 2E 25
Octal 64 142 213 77 35 0 55 320 56 45
Binary 110100 1100010 10001011 111111 11101 0 101101 11010000 101110 100101

Color Harmonies of #34628B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34628B

Black with #34628B

Text Example


Text Example

White with #34628B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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