Html Css Color HEX #326093 Endeavour

📋 copy color: '#326093'

red 50 ◦ green 96 ◦ blue 147

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

Shades of Endeavour #326093

Tints of Endeavour #326093

RGB

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

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

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

R = 17.06%
G = 32.76%
B = 50.17%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#326093 (or 0x326093) is known color: Endeavour. HEX triplet: 32, 60 and 93. RGB value is (50,96,147). Sum of RGB (Red+Green+Blue) = 50+96+147=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 96 (37.89% from 255 or 32.76% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #326093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #326093 is #CD9F6C. Grayscale: #575757. Windows color (decimal): -13475693 or 9658418. OLE color: 9658418.

HSL color Cylindrical-coordinate representation of color #326093: hue angle of 211.55º 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 #326093 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 96 147 -
CMYK 0.66 0.35 0 0.42
HSL 211.55º 0.49% 0.39% -
HSV(B) 211.55º 0.66% 0.58% -
XYZ 10.76 11.15 29.19 -
YUV 88.06 161.26 100.85 -
System Red Green Blue C M Y K H S L
Decimal 50 96 147 0.66 0.35 0 0.42 211.55 0.49 0.39
Hex 32 60 93 42 23 0 2A D4 31 27
Octal 62 140 223 102 43 0 52 324 61 47
Binary 110010 1100000 10010011 1000010 100011 0 101010 11010100 110001 100111

Color Harmonies of #326093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #326093

Black with #326093

Text Example


Text Example

White with #326093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #326093; }

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

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

background-color css

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

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

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

border-color css

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

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

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