Html Css Color HEX #325F60 Oracle

📋 copy color: '#325F60'

red 50 ◦ green 95 ◦ blue 96

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

Shades of Oracle #325F60

Tints of Oracle #325F60

RGB

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

 GREEN value IS 95 (37.5% from 255) = 39.42%

 BLUE value IS 96 (37.89% from 255) = 39.83%

R = 20.75%
G = 39.42%
B = 39.83%

CMYK

 C value IS 0.48

 M value IS 0.01

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#325F60 (or 0x325F60) is known color: Oracle. HEX triplet: 32, 5F and 60. RGB value is (50,95,96). Sum of RGB (Red+Green+Blue) = 50+95+96=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 95 (37.5% from 255 or 39.42% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 96 - color contains mainly: blue. Hex color #325F60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325F60 is #CDA09F. Grayscale: #515151. Windows color (decimal): -13476000 or 6315826. OLE color: 6315826.

HSL color Cylindrical-coordinate representation of color #325F60: hue angle of 181.3º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #325F60 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 95 96 -
CMYK 0.48 0.01 0 0.62
HSL 181.3º 0.32% 0.29% -
HSV(B) 181.3º 0.48% 0.38% -
XYZ 7.52 9.71 12.54 -
YUV 81.66 136.09 105.42 -
System Red Green Blue C M Y K H S L
Decimal 50 95 96 0.48 0.01 0 0.62 181.3 0.32 0.29
Hex 32 5F 60 30 1 0 3E B5 20 1D
Octal 62 137 140 60 1 0 76 265 40 35
Binary 110010 1011111 1100000 110000 1 0 111110 10110101 100000 11101

Color Harmonies of #325F60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325F60

Black with #325F60

Text Example


Text Example

White with #325F60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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