Html Css Color HEX #325C5E Oracle

📋 copy color: '#325C5E'

red 50 ◦ green 92 ◦ blue 94

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

Shades of Oracle #325C5E

Tints of Oracle #325C5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 39.83%

R = 21.19%
G = 38.98%
B = 39.83%

CMYK

 C value IS 0.47

 M value IS 0.02

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#325C5E (or 0x325C5E) is known color: Oracle. HEX triplet: 32, 5C and 5E. RGB value is (50,92,94). Sum of RGB (Red+Green+Blue) = 50+92+94=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 92 (36.33% from 255 or 38.98% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 94 - color contains mainly: blue. Hex color #325C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325C5E is #CDA3A1. Grayscale: #4F4F4F. Windows color (decimal): -13476770 or 6183986. OLE color: 6183986.

HSL color Cylindrical-coordinate representation of color #325C5E: hue angle of 182.73º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #325C5E is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 50 92 94 -
CMYK 0.47 0.02 0 0.63
HSL 182.73º 0.31% 0.28% -
HSV(B) 182.73º 0.47% 0.37% -
XYZ 7.16 9.14 11.98 -
YUV 79.67 136.09 106.84 -
System Red Green Blue C M Y K H S L
Decimal 50 92 94 0.47 0.02 0 0.63 182.73 0.31 0.28
Hex 32 5C 5E 2F 2 0 3F B7 1F 1C
Octal 62 134 136 57 2 0 77 267 37 34
Binary 110010 1011100 1011110 101111 10 0 111111 10110111 11111 11100

Color Harmonies of #325C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325C5E

Black with #325C5E

Text Example


Text Example

White with #325C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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