Html Css Color HEX #326096 Endeavour

📋 copy color: '#326096'

red 50 ◦ green 96 ◦ blue 150

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

Shades of Endeavour #326096

Tints of Endeavour #326096

RGB

 RED value IS 50 (19.92% from 255) = 16.89%

 GREEN value IS 96 (37.89% from 255) = 32.43%

 BLUE value IS 150 (58.98% from 255) = 50.68%

R = 16.89%
G = 32.43%
B = 50.68%

CMYK

 C value IS 0.67

 M value IS 0.36

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#326096 (or 0x326096) is known color: Endeavour. HEX triplet: 32, 60 and 96. RGB value is (50,96,150). Sum of RGB (Red+Green+Blue) = 50+96+150=296 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.89% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 150 (58.98% from 255 or 50.68% from 296); Max value from RGB is 150 - color contains mainly: blue. Hex color #326096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326096 is #CD9F69. Grayscale: #585858. Windows color (decimal): -13475690 or 9855026. OLE color: 9855026.

HSL color Cylindrical-coordinate representation of color #326096: hue angle of 212.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #326096 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 50 96 150 -
CMYK 0.67 0.36 0 0.41
HSL 212.4º 0.5% 0.39% -
HSV(B) 212.4º 0.67% 0.59% -
XYZ 11 11.25 30.44 -
YUV 88.4 162.76 100.61 -
System Red Green Blue C M Y K H S L
Decimal 50 96 150 0.67 0.36 0 0.41 212.4 0.5 0.39
Hex 32 60 96 43 24 0 29 D4 32 27
Octal 62 140 226 103 44 0 51 324 62 47
Binary 110010 1100000 10010110 1000011 100100 0 101001 11010100 110010 100111

Color Harmonies of #326096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326096

Black with #326096

Text Example


Text Example

White with #326096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326096; }

 p { color: rgb(50,96,150); }

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

background-color css

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

 a { background-color: rgb(50,96,150); }

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

border-color css

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

 span { border-color: rgb(50,96,150); }

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