Html Css Color HEX #335C88 Endeavour

📋 copy color: '#335C88'

red 51 ◦ green 92 ◦ blue 136

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

Shades of Endeavour #335C88

Tints of Endeavour #335C88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 48.75%

R = 18.28%
G = 32.97%
B = 48.75%

CMYK

 C value IS 0.62

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#335C88 (or 0x335C88) is known color: Endeavour. HEX triplet: 33, 5C and 88. RGB value is (51,92,136). Sum of RGB (Red+Green+Blue) = 51+92+136=279 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.28% from 279); Green value is 92 (36.33% from 255 or 32.97% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #335C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335C88 is #CCA377. Grayscale: #545454. Windows color (decimal): -13411192 or 8936499. OLE color: 8936499.

HSL color Cylindrical-coordinate representation of color #335C88: hue angle of 211.06º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #335C88 is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 92 136 -
CMYK 0.62 0.32 0 0.47
HSL 211.06º 0.45% 0.37% -
HSV(B) 211.06º 0.63% 0.53% -
XYZ 9.64 10.14 24.74 -
YUV 84.76 156.92 103.92 -
System Red Green Blue C M Y K H S L
Decimal 51 92 136 0.62 0.32 0 0.47 211.06 0.45 0.37
Hex 33 5C 88 3E 20 0 2F D3 2D 25
Octal 63 134 210 76 40 0 57 323 55 45
Binary 110011 1011100 10001000 111110 100000 0 101111 11010011 101101 100101

Color Harmonies of #335C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335C88

Black with #335C88

Text Example


Text Example

White with #335C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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