Html Css Color HEX #335F8A Endeavour

📋 copy color: '#335F8A'

red 51 ◦ green 95 ◦ blue 138

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

Shades of Endeavour #335F8A

Tints of Endeavour #335F8A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.45%

 BLUE value IS 138 (54.3% from 255) = 48.59%

R = 17.96%
G = 33.45%
B = 48.59%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#335F8A (or 0x335F8A) is known color: Endeavour. HEX triplet: 33, 5F and 8A. RGB value is (51,95,138). Sum of RGB (Red+Green+Blue) = 51+95+138=284 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.96% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #335F8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #335F8A is #CCA075. Grayscale: #565656. Windows color (decimal): -13410422 or 9068339. OLE color: 9068339.

HSL color Cylindrical-coordinate representation of color #335F8A: hue angle of 209.66º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #335F8A is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 51 95 138 -
CMYK 0.63 0.31 0 0.46
HSL 209.66º 0.46% 0.37% -
HSV(B) 209.66º 0.63% 0.54% -
XYZ 10.04 10.72 25.59 -
YUV 86.75 156.92 102.5 -
System Red Green Blue C M Y K H S L
Decimal 51 95 138 0.63 0.31 0 0.46 209.66 0.46 0.37
Hex 33 5F 8A 3F 1F 0 2E D2 2E 25
Octal 63 137 212 77 37 0 56 322 56 45
Binary 110011 1011111 10001010 111111 11111 0 101110 11010010 101110 100101

Color Harmonies of #335F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #335F8A

Black with #335F8A

Text Example


Text Example

White with #335F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,95,138); }

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

background-color css

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

 a { background-color: rgb(51,95,138); }

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

border-color css

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

 span { border-color: rgb(51,95,138); }

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