Html Css Color HEX #355C94 Endeavour

📋 copy color: '#355C94'

red 53 ◦ green 92 ◦ blue 148

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

Shades of Endeavour #355C94

Tints of Endeavour #355C94

RGB

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

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

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

R = 18.09%
G = 31.4%
B = 50.51%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#355C94 (or 0x355C94) is known color: Endeavour. HEX triplet: 35, 5C and 94. RGB value is (53,92,148). Sum of RGB (Red+Green+Blue) = 53+92+148=293 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.09% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #355C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355C94 is #CAA36B. Grayscale: #565656. Windows color (decimal): -13280108 or 9722933. OLE color: 9722933.

HSL color Cylindrical-coordinate representation of color #355C94: hue angle of 215.37º 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 #355C94 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 92 148 -
CMYK 0.64 0.38 0 0.42
HSL 215.37º 0.47% 0.39% -
HSV(B) 215.37º 0.64% 0.58% -
XYZ 10.64 10.55 29.49 -
YUV 86.72 162.58 103.95 -
System Red Green Blue C M Y K H S L
Decimal 53 92 148 0.64 0.38 0 0.42 215.37 0.47 0.39
Hex 35 5C 94 40 26 0 2A D7 2F 27
Octal 65 134 224 100 46 0 52 327 57 47
Binary 110101 1011100 10010100 1000000 100110 0 101010 11010111 101111 100111

Color Harmonies of #355C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355C94

Black with #355C94

Text Example


Text Example

White with #355C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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