Html Css Color HEX #35648D Endeavour

📋 copy color: '#35648D'

red 53 ◦ green 100 ◦ blue 141

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

Shades of Endeavour #35648D

Tints of Endeavour #35648D

RGB

 RED value IS 53 (21.09% from 255) = 18.03%

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

 BLUE value IS 141 (55.47% from 255) = 47.96%

R = 18.03%
G = 34.01%
B = 47.96%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#35648D (or 0x35648D) is known color: Endeavour. HEX triplet: 35, 64 and 8D. RGB value is (53,100,141). Sum of RGB (Red+Green+Blue) = 53+100+141=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #35648D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35648D is #CA9B72. Grayscale: #5A5A5A. Windows color (decimal): -13278067 or 9266229. OLE color: 9266229.

HSL color Cylindrical-coordinate representation of color #35648D: hue angle of 207.95º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35648D is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 100 141 -
CMYK 0.62 0.29 0 0.45
HSL 207.95º 0.45% 0.38% -
HSV(B) 207.95º 0.62% 0.55% -
XYZ 10.83 11.79 26.9 -
YUV 90.62 156.43 101.17 -
System Red Green Blue C M Y K H S L
Decimal 53 100 141 0.62 0.29 0 0.45 207.95 0.45 0.38
Hex 35 64 8D 3E 1D 0 2D D0 2D 26
Octal 65 144 215 76 35 0 55 320 55 46
Binary 110101 1100100 10001101 111110 11101 0 101101 11010000 101101 100110

Color Harmonies of #35648D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35648D

Black with #35648D

Text Example


Text Example

White with #35648D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #35648D;
 }
 .AnyTagClassName
 {
   color: #35648D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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