Html Css Color HEX #335E8D Endeavour

📋 copy color: '#335E8D'

red 51 ◦ green 94 ◦ blue 141

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

Shades of Endeavour #335E8D

Tints of Endeavour #335E8D

RGB

 RED value IS 51 (20.31% from 255) = 17.83%

 GREEN value IS 94 (37.11% from 255) = 32.87%

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

R = 17.83%
G = 32.87%
B = 49.3%

CMYK

 C value IS 0.64

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#335E8D (or 0x335E8D) is known color: Endeavour. HEX triplet: 33, 5E and 8D. RGB value is (51,94,141). Sum of RGB (Red+Green+Blue) = 51+94+141=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 94 (37.11% from 255 or 32.87% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #335E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335E8D is #CCA172. Grayscale: #565656. Windows color (decimal): -13410675 or 9264691. OLE color: 9264691.

HSL color Cylindrical-coordinate representation of color #335E8D: hue angle of 211.33º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #335E8D is Cyan = 0.64, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 51 94 141 -
CMYK 0.64 0.33 0 0.45
HSL 211.33º 0.47% 0.38% -
HSV(B) 211.33º 0.64% 0.55% -
XYZ 10.18 10.63 26.72 -
YUV 86.5 158.75 102.68 -
System Red Green Blue C M Y K H S L
Decimal 51 94 141 0.64 0.33 0 0.45 211.33 0.47 0.38
Hex 33 5E 8D 40 21 0 2D D3 2F 26
Octal 63 136 215 100 41 0 55 323 57 46
Binary 110011 1011110 10001101 1000000 100001 0 101101 11010011 101111 100110

Color Harmonies of #335E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335E8D

Black with #335E8D

Text Example


Text Example

White with #335E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335E8D; }

 p { color: rgb(51,94,141); }

 H1.HeaderClassName
 {
   color: #335E8D;
 }
 .AnyTagClassName
 {
   color: #335E8D;
 }
</style>

background-color css

<style>
 a { background-color: #335E8D; }

 a { background-color: rgb(51,94,141); }

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

border-color css

<style>
 span { border-color: #335E8D; }

 span { border-color: rgb(51,94,141); }

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