Html Css Color HEX #335C98 Endeavour

📋 copy color: '#335C98'

red 51 ◦ green 92 ◦ blue 152

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

Shades of Endeavour #335C98

Tints of Endeavour #335C98

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.19%

 BLUE value IS 152 (59.77% from 255) = 51.53%

R = 17.29%
G = 31.19%
B = 51.53%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#335C98 (or 0x335C98) is known color: Endeavour. HEX triplet: 33, 5C and 98. RGB value is (51,92,152). Sum of RGB (Red+Green+Blue) = 51+92+152=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 92 (36.33% from 255 or 31.19% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #335C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335C98 is #CCA367. Grayscale: #565656. Windows color (decimal): -13411176 or 9985075. OLE color: 9985075.

HSL color Cylindrical-coordinate representation of color #335C98: hue angle of 215.64º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #335C98 is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 92 152 -
CMYK 0.66 0.39 0 0.40
HSL 215.64º 0.5% 0.4% -
HSV(B) 215.64º 0.66% 0.6% -
XYZ 10.86 10.63 31.18 -
YUV 86.58 164.92 102.62 -
System Red Green Blue C M Y K H S L
Decimal 51 92 152 0.66 0.39 0 0.40 215.64 0.5 0.4
Hex 33 5C 98 42 27 0 28 D8 32 28
Octal 63 134 230 102 47 0 50 330 62 50
Binary 110011 1011100 10011000 1000010 100111 0 101000 11011000 110010 101000

Color Harmonies of #335C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335C98

Black with #335C98

Text Example


Text Example

White with #335C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,92,152); }

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

background-color css

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

 a { background-color: rgb(51,92,152); }

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

border-color css

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

 span { border-color: rgb(51,92,152); }

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