Html Css Color HEX #355F94 Endeavour

📋 copy color: '#355F94'

red 53 ◦ green 95 ◦ blue 148

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

Shades of Endeavour #355F94

Tints of Endeavour #355F94

RGB

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

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

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

R = 17.91%
G = 32.09%
B = 50%

CMYK

 C value IS 0.64

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#355F94 (or 0x355F94) is known color: Endeavour. HEX triplet: 35, 5F and 94. RGB value is (53,95,148). Sum of RGB (Red+Green+Blue) = 53+95+148=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 148 (58.20% from 255 or 50% from 296); Max value from RGB is 148 - color contains mainly: blue. Hex color #355F94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355F94 is #CAA06B. Grayscale: #585858. Windows color (decimal): -13279340 or 9723701. OLE color: 9723701.

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

Color convert

RGB 53 95 148 -
CMYK 0.64 0.36 0 0.42
HSL 213.47º 0.47% 0.39% -
HSV(B) 213.47º 0.64% 0.58% -
XYZ 10.91 11.08 29.58 -
YUV 88.48 161.59 102.69 -
System Red Green Blue C M Y K H S L
Decimal 53 95 148 0.64 0.36 0 0.42 213.47 0.47 0.39
Hex 35 5F 94 40 24 0 2A D5 2F 27
Octal 65 137 224 100 44 0 52 325 57 47
Binary 110101 1011111 10010100 1000000 100100 0 101010 11010101 101111 100111

Color Harmonies of #355F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355F94

Black with #355F94

Text Example


Text Example

White with #355F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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