Html Css Color HEX #326098 Endeavour

📋 copy color: '#326098'

red 50 ◦ green 96 ◦ blue 152

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

Shades of Endeavour #326098

Tints of Endeavour #326098

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 51.01%

R = 16.78%
G = 32.21%
B = 51.01%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#326098 (or 0x326098) is known color: Endeavour. HEX triplet: 32, 60 and 98. RGB value is (50,96,152). Sum of RGB (Red+Green+Blue) = 50+96+152=298 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.78% from 298); Green value is 96 (37.89% from 255 or 32.21% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #326098 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326098 is #CD9F67. Grayscale: #585858. Windows color (decimal): -13475688 or 9986098. OLE color: 9986098.

HSL color Cylindrical-coordinate representation of color #326098: hue angle of 212.94º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #326098 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 96 152 -
CMYK 0.67 0.37 0 0.40
HSL 212.94º 0.5% 0.4% -
HSV(B) 212.94º 0.67% 0.6% -
XYZ 11.17 11.31 31.3 -
YUV 88.63 163.76 100.45 -
System Red Green Blue C M Y K H S L
Decimal 50 96 152 0.67 0.37 0 0.40 212.94 0.5 0.4
Hex 32 60 98 43 25 0 28 D5 32 28
Octal 62 140 230 103 45 0 50 325 62 50
Binary 110010 1100000 10011000 1000011 100101 0 101000 11010101 110010 101000

Color Harmonies of #326098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326098

Black with #326098

Text Example


Text Example

White with #326098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326098; }

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

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

background-color css

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

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

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

border-color css

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

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

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