#34648D

Color #34648D Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #34648D

Tints of Endeavour #34648D

Color information

#34648D (or 0x34648D) is unknown color: approx Endeavour. HEX triplet: 34, 64 and 8D. RGB value is (52,100,141). Sum of RGB (Red+Green+Blue) = 52+100+141=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #34648D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34648D is #CB9B72. Grayscale: #5A5A5A. Windows color (decimal): -13343603 or 9266228. OLE color: 9266228.

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

Color convert

RGB52100141-
CMYK0.630.2900.45
HSL207.64º46.11%37.84%-
HSV(B)207.64º63.12%55.29%-
XYZ10.7811.7726.9-
YUV90.32156.6100.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.75%
GREEN value IS 100 (39.45% from 255) = 34.13%
BLUE value IS 141 (55.47% from 255) = 48.12%
R=17.75%
G=34.13%
B=48.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521001410.630.2900.45207.6446.1137.84
Hex34648D3F1D02Dd02e26
Octal6414421577350553205646
Binary11010011001001000110111111111101010110111010000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34648D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34648D; }

 p { color: rgb(52,100,141); }

 H1.HeaderClassName
 {
   color: #34648D;
 }
 .AnyTagClassName
 {
   color: #34648D;
 }
</style>
background-color css

<style>
 a { background-color: #34648D; }

 a { background-color: rgb(52,100,141); }

 div.DivClassName
 {
   background-color: #34648D;
 }
 .BgClassName
 {
   background-color: #34648D;
 }
</style>
border-color css

<style>
 span { border-color: #34648D; }

 span { border-color: rgb(52,100,141); }

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