Html Css Color HEX #356390 Endeavour

📋 copy color: '#356390'

red 53 ◦ green 99 ◦ blue 144

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

Shades of Endeavour #356390

Tints of Endeavour #356390

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.45%

 BLUE value IS 144 (56.64% from 255) = 48.65%

R = 17.91%
G = 33.45%
B = 48.65%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#356390 (or 0x356390) is known color: Endeavour. HEX triplet: 35, 63 and 90. RGB value is (53,99,144). Sum of RGB (Red+Green+Blue) = 53+99+144=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #356390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #356390 is #CA9C6F. Grayscale: #5A5A5A. Windows color (decimal): -13278320 or 9462581. OLE color: 9462581.

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

Color convert

RGB 53 99 144 -
CMYK 0.63 0.31 0 0.44
HSL 209.67º 0.46% 0.39% -
HSV(B) 209.67º 0.63% 0.56% -
XYZ 10.96 11.69 28.06 -
YUV 90.38 158.26 101.34 -
System Red Green Blue C M Y K H S L
Decimal 53 99 144 0.63 0.31 0 0.44 209.67 0.46 0.39
Hex 35 63 90 3F 1F 0 2C D2 2E 27
Octal 65 143 220 77 37 0 54 322 56 47
Binary 110101 1100011 10010000 111111 11111 0 101100 11010010 101110 100111

Color Harmonies of #356390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356390

Black with #356390

Text Example


Text Example

White with #356390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356390; }

 p { color: rgb(53,99,144); }

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

background-color css

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

 a { background-color: rgb(53,99,144); }

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

border-color css

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

 span { border-color: rgb(53,99,144); }

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