Html Css Color HEX #34648C Endeavour

📋 copy color: '#34648C'

red 52 ◦ green 100 ◦ blue 140

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

Shades of Endeavour #34648C

Tints of Endeavour #34648C

RGB

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

 GREEN value IS 100 (39.45% from 255) = 34.25%

 BLUE value IS 140 (55.08% from 255) = 47.95%

R = 17.81%
G = 34.25%
B = 47.95%

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

#34648C (or 0x34648C) is known color: Endeavour. HEX triplet: 34, 64 and 8C. RGB value is (52,100,140). Sum of RGB (Red+Green+Blue) = 52+100+140=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 100 (39.45% from 255 or 34.25% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #34648C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34648C is #CB9B73. Grayscale: #5A5A5A. Windows color (decimal): -13343604 or 9200692. OLE color: 9200692.

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

Color convert

RGB 52 100 140 -
CMYK 0.63 0.29 0 0.45
HSL 207.27º 0.46% 0.38% -
HSV(B) 207.27º 0.63% 0.55% -
XYZ 10.71 11.74 26.51 -
YUV 90.21 156.1 100.75 -
System Red Green Blue C M Y K H S L
Decimal 52 100 140 0.63 0.29 0 0.45 207.27 0.46 0.38
Hex 34 64 8C 3F 1D 0 2D CF 2E 26
Octal 64 144 214 77 35 0 55 317 56 46
Binary 110100 1100100 10001100 111111 11101 0 101101 11001111 101110 100110

Color Harmonies of #34648C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34648C

Black with #34648C

Text Example


Text Example

White with #34648C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34648C;
 }
 .AnyTagClassName
 {
   color: #34648C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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