Html Css Color HEX #335794 Endeavour

📋 copy color: '#335794'

red 51 ◦ green 87 ◦ blue 148

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

Shades of Endeavour #335794

Tints of Endeavour #335794

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.42%

 BLUE value IS 148 (58.2% from 255) = 51.75%

R = 17.83%
G = 30.42%
B = 51.75%

CMYK

 C value IS 0.66

 M value IS 0.41

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#335794 (or 0x335794) is known color: Endeavour. HEX triplet: 33, 57 and 94. RGB value is (51,87,148). Sum of RGB (Red+Green+Blue) = 51+87+148=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 148 (58.20% from 255 or 51.75% from 286); Max value from RGB is 148 - color contains mainly: blue. Hex color #335794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335794 is #CCA86B. Grayscale: #525252. Windows color (decimal): -13412460 or 9721651. OLE color: 9721651.

HSL color Cylindrical-coordinate representation of color #335794: hue angle of 217.73º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #335794 is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 87 148 -
CMYK 0.66 0.41 0 0.42
HSL 217.73º 0.49% 0.39% -
HSV(B) 217.73º 0.66% 0.58% -
XYZ 10.12 9.66 29.35 -
YUV 83.19 164.57 105.04 -
System Red Green Blue C M Y K H S L
Decimal 51 87 148 0.66 0.41 0 0.42 217.73 0.49 0.39
Hex 33 57 94 42 29 0 2A DA 31 27
Octal 63 127 224 102 51 0 52 332 61 47
Binary 110011 1010111 10010100 1000010 101001 0 101010 11011010 110001 100111

Color Harmonies of #335794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335794

Black with #335794

Text Example


Text Example

White with #335794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #335794; }

 p { color: rgb(51,87,148); }

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

background-color css

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

 a { background-color: rgb(51,87,148); }

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

border-color css

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

 span { border-color: rgb(51,87,148); }

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