Html Css Color HEX #34648D Endeavour

📋 copy color: '#34648D'

red 52 ◦ green 100 ◦ blue 141

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

Shades of Endeavour #34648D

Tints of Endeavour #34648D

RGB

 RED value IS 52 (20.7% 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 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

#34648D (or 0x34648D) is known color: 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

RGB 52 100 141 -
CMYK 0.63 0.29 0 0.45
HSL 207.64º 0.46% 0.38% -
HSV(B) 207.64º 0.63% 0.55% -
XYZ 10.78 11.77 26.9 -
YUV 90.32 156.6 100.67 -
System Red Green Blue C M Y K H S L
Decimal 52 100 141 0.63 0.29 0 0.45 207.64 0.46 0.38
Hex 34 64 8D 3F 1D 0 2D D0 2E 26
Octal 64 144 215 77 35 0 55 320 56 46
Binary 110100 1100100 10001101 111111 11101 0 101101 11010000 101110 100110

Color Harmonies of #34648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34648D

Black with #34648D

Text Example


Text Example

White with #34648D

Text Example


Text Example

HTML Codes & Css Web 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>