Html Css Color HEX #35648F Endeavour

📋 copy color: '#35648F'

red 53 ◦ green 100 ◦ blue 143

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

Shades of Endeavour #35648F

Tints of Endeavour #35648F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 48.31%

R = 17.91%
G = 33.78%
B = 48.31%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#35648F (or 0x35648F) is known color: Endeavour. HEX triplet: 35, 64 and 8F. RGB value is (53,100,143). Sum of RGB (Red+Green+Blue) = 53+100+143=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 100 (39.45% from 255 or 33.78% from 296); Blue value is 143 (56.25% from 255 or 48.31% from 296); Max value from RGB is 143 - color contains mainly: blue. Hex color #35648F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #35648F is #CA9B70. Grayscale: #5A5A5A. Windows color (decimal): -13278065 or 9397301. OLE color: 9397301.

HSL color Cylindrical-coordinate representation of color #35648F: hue angle of 208.67º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #35648F is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 100 143 -
CMYK 0.63 0.30 0 0.44
HSL 208.67º 0.46% 0.38% -
HSV(B) 208.67º 0.63% 0.56% -
XYZ 10.98 11.85 27.7 -
YUV 90.85 157.43 101 -
System Red Green Blue C M Y K H S L
Decimal 53 100 143 0.63 0.30 0 0.44 208.67 0.46 0.38
Hex 35 64 8F 3F 1E 0 2C D1 2E 26
Octal 65 144 217 77 36 0 54 321 56 46
Binary 110101 1100100 10001111 111111 11110 0 101100 11010001 101110 100110

Color Harmonies of #35648F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35648F

Black with #35648F

Text Example


Text Example

White with #35648F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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