Html Css Color HEX #325C8B Endeavour

📋 copy color: '#325C8B'

red 50 ◦ green 92 ◦ blue 139

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

Shades of Endeavour #325C8B

Tints of Endeavour #325C8B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.74%

 BLUE value IS 139 (54.69% from 255) = 49.47%

R = 17.79%
G = 32.74%
B = 49.47%

CMYK

 C value IS 0.64

 M value IS 0.34

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#325C8B (or 0x325C8B) is known color: Endeavour. HEX triplet: 32, 5C and 8B. RGB value is (50,92,139). Sum of RGB (Red+Green+Blue) = 50+92+139=281 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.79% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #325C8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #325C8B is #CDA374. Grayscale: #545454. Windows color (decimal): -13476725 or 9133106. OLE color: 9133106.

HSL color Cylindrical-coordinate representation of color #325C8B: hue angle of 211.69º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #325C8B is Cyan = 0.64, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 92 139 -
CMYK 0.64 0.34 0 0.45
HSL 211.69º 0.47% 0.37% -
HSV(B) 211.69º 0.64% 0.55% -
XYZ 9.8 10.2 25.88 -
YUV 84.8 158.59 103.18 -
System Red Green Blue C M Y K H S L
Decimal 50 92 139 0.64 0.34 0 0.45 211.69 0.47 0.37
Hex 32 5C 8B 40 22 0 2D D4 2F 25
Octal 62 134 213 100 42 0 55 324 57 45
Binary 110010 1011100 10001011 1000000 100010 0 101101 11010100 101111 100101

Color Harmonies of #325C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325C8B

Black with #325C8B

Text Example


Text Example

White with #325C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #325C8B; }

 p { color: rgb(50,92,139); }

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

background-color css

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

 a { background-color: rgb(50,92,139); }

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

border-color css

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

 span { border-color: rgb(50,92,139); }

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