Html Css Color HEX #326293 Endeavour

📋 copy color: '#326293'

red 50 ◦ green 98 ◦ blue 147

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

Shades of Endeavour #326293

Tints of Endeavour #326293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.22%

 BLUE value IS 147 (57.81% from 255) = 49.83%

R = 16.95%
G = 33.22%
B = 49.83%

CMYK

 C value IS 0.66

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#326293 (or 0x326293) is known color: Endeavour. HEX triplet: 32, 62 and 93. RGB value is (50,98,147). Sum of RGB (Red+Green+Blue) = 50+98+147=295 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.95% from 295); Green value is 98 (38.67% from 255 or 33.22% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #326293 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326293 is #CD9D6C. Grayscale: #585858. Windows color (decimal): -13475181 or 9658930. OLE color: 9658930.

HSL color Cylindrical-coordinate representation of color #326293: hue angle of 210.31º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #326293 is Cyan = 0.66, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 98 147 -
CMYK 0.66 0.33 0 0.42
HSL 210.31º 0.49% 0.39% -
HSV(B) 210.31º 0.66% 0.58% -
XYZ 10.95 11.52 29.25 -
YUV 89.23 160.6 100.02 -
System Red Green Blue C M Y K H S L
Decimal 50 98 147 0.66 0.33 0 0.42 210.31 0.49 0.39
Hex 32 62 93 42 21 0 2A D2 31 27
Octal 62 142 223 102 41 0 52 322 61 47
Binary 110010 1100010 10010011 1000010 100001 0 101010 11010010 110001 100111

Color Harmonies of #326293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326293

Black with #326293

Text Example


Text Example

White with #326293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326293; }

 p { color: rgb(50,98,147); }

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

background-color css

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

 a { background-color: rgb(50,98,147); }

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

border-color css

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

 span { border-color: rgb(50,98,147); }

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