Html Css Color HEX #336294 Endeavour

📋 copy color: '#336294'

red 51 ◦ green 98 ◦ blue 148

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

Shades of Endeavour #336294

Tints of Endeavour #336294

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33%

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

R = 17.17%
G = 33%
B = 49.83%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#336294 (or 0x336294) is known color: Endeavour. HEX triplet: 33, 62 and 94. RGB value is (51,98,148). Sum of RGB (Red+Green+Blue) = 51+98+148=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #336294 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #336294 is #CC9D6B. Grayscale: #595959. Windows color (decimal): -13409644 or 9724467. OLE color: 9724467.

HSL color Cylindrical-coordinate representation of color #336294: hue angle of 210.93º 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 #336294 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 98 148 -
CMYK 0.66 0.34 0 0.42
HSL 210.93º 0.49% 0.39% -
HSV(B) 210.93º 0.66% 0.58% -
XYZ 11.08 11.58 29.67 -
YUV 89.65 160.93 100.43 -
System Red Green Blue C M Y K H S L
Decimal 51 98 148 0.66 0.34 0 0.42 210.93 0.49 0.39
Hex 33 62 94 42 22 0 2A D3 31 27
Octal 63 142 224 102 42 0 52 323 61 47
Binary 110011 1100010 10010100 1000010 100010 0 101010 11010011 110001 100111

Color Harmonies of #336294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336294

Black with #336294

Text Example


Text Example

White with #336294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336294; }

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

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

background-color css

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

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

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

border-color css

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

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

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