Html Css Color HEX #355994 Endeavour

📋 copy color: '#355994'

red 53 ◦ green 89 ◦ blue 148

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

Shades of Endeavour #355994

Tints of Endeavour #355994

RGB

 RED value IS 53 (21.09% from 255) = 18.28%

 GREEN value IS 89 (35.16% from 255) = 30.69%

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

R = 18.28%
G = 30.69%
B = 51.03%

CMYK

 C value IS 0.64

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#355994 (or 0x355994) is known color: Endeavour. HEX triplet: 35, 59 and 94. RGB value is (53,89,148). Sum of RGB (Red+Green+Blue) = 53+89+148=290 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.28% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 148 (58.20% from 255 or 51.03% from 290); Max value from RGB is 148 - color contains mainly: blue. Hex color #355994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355994 is #CAA66B. Grayscale: #545454. Windows color (decimal): -13280876 or 9722165. OLE color: 9722165.

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

Color convert

RGB 53 89 148 -
CMYK 0.64 0.40 0 0.42
HSL 217.26º 0.47% 0.39% -
HSV(B) 217.26º 0.64% 0.58% -
XYZ 10.39 10.04 29.41 -
YUV 84.96 163.57 105.2 -
System Red Green Blue C M Y K H S L
Decimal 53 89 148 0.64 0.40 0 0.42 217.26 0.47 0.39
Hex 35 59 94 40 28 0 2A D9 2F 27
Octal 65 131 224 100 50 0 52 331 57 47
Binary 110101 1011001 10010100 1000000 101000 0 101010 11011001 101111 100111

Color Harmonies of #355994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355994

Black with #355994

Text Example


Text Example

White with #355994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355994; }

 p { color: rgb(53,89,148); }

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

background-color css

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

 a { background-color: rgb(53,89,148); }

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

border-color css

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

 span { border-color: rgb(53,89,148); }

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