Html Css Color HEX #34638B Endeavour

📋 copy color: '#34638B'

red 52 ◦ green 99 ◦ blue 139

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

Shades of Endeavour #34638B

Tints of Endeavour #34638B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.14%

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

R = 17.93%
G = 34.14%
B = 47.93%

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

#34638B (or 0x34638B) is known color: Endeavour. HEX triplet: 34, 63 and 8B. RGB value is (52,99,139). Sum of RGB (Red+Green+Blue) = 52+99+139=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 139 (54.69% from 255 or 47.93% from 290); Max value from RGB is 139 - color contains mainly: blue. Hex color #34638B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34638B is #CB9C74. Grayscale: #595959. Windows color (decimal): -13343861 or 9134900. OLE color: 9134900.

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

Color convert

RGB 52 99 139 -
CMYK 0.63 0.29 0 0.45
HSL 207.59º 0.46% 0.37% -
HSV(B) 207.59º 0.63% 0.55% -
XYZ 10.54 11.52 26.09 -
YUV 89.51 155.93 101.25 -
System Red Green Blue C M Y K H S L
Decimal 52 99 139 0.63 0.29 0 0.45 207.59 0.46 0.37
Hex 34 63 8B 3F 1D 0 2D D0 2E 25
Octal 64 143 213 77 35 0 55 320 56 45
Binary 110100 1100011 10001011 111111 11101 0 101101 11010000 101110 100101

Color Harmonies of #34638B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34638B

Black with #34638B

Text Example


Text Example

White with #34638B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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