Html Css Color HEX #355F92 Endeavour

📋 copy color: '#355F92'

red 53 ◦ green 95 ◦ blue 146

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

Shades of Endeavour #355F92

Tints of Endeavour #355F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.66%

R = 18.03%
G = 32.31%
B = 49.66%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#355F92 (or 0x355F92) is known color: Endeavour. HEX triplet: 35, 5F and 92. RGB value is (53,95,146). Sum of RGB (Red+Green+Blue) = 53+95+146=294 (38% of max value = 765). Red value is 53 (21.09% from 255 or 18.03% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #355F92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #355F92 is #CAA06D. Grayscale: #585858. Windows color (decimal): -13279342 or 9592629. OLE color: 9592629.

HSL color Cylindrical-coordinate representation of color #355F92: hue angle of 212.9º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #355F92 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 95 146 -
CMYK 0.64 0.35 0 0.43
HSL 212.9º 0.47% 0.39% -
HSV(B) 212.9º 0.64% 0.57% -
XYZ 10.75 11.02 28.75 -
YUV 88.26 160.59 102.85 -
System Red Green Blue C M Y K H S L
Decimal 53 95 146 0.64 0.35 0 0.43 212.9 0.47 0.39
Hex 35 5F 92 40 23 0 2B D5 2F 27
Octal 65 137 222 100 43 0 53 325 57 47
Binary 110101 1011111 10010010 1000000 100011 0 101011 11010101 101111 100111

Color Harmonies of #355F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355F92

Black with #355F92

Text Example


Text Example

White with #355F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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