Html Css Color HEX #325F61 Oracle

📋 copy color: '#325F61'

red 50 ◦ green 95 ◦ blue 97

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

Shades of Oracle #325F61

Tints of Oracle #325F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 40.08%

R = 20.66%
G = 39.26%
B = 40.08%

CMYK

 C value IS 0.48

 M value IS 0.02

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#325F61 (or 0x325F61) is known color: Oracle. HEX triplet: 32, 5F and 61. RGB value is (50,95,97). Sum of RGB (Red+Green+Blue) = 50+95+97=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 97 (38.28% from 255 or 40.08% from 242); Max value from RGB is 97 - color contains mainly: blue. Hex color #325F61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325F61 is #CDA09E. Grayscale: #515151. Windows color (decimal): -13475999 or 6381362. OLE color: 6381362.

HSL color Cylindrical-coordinate representation of color #325F61: hue angle of 182.55º 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 #325F61 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 50 95 97 -
CMYK 0.48 0.02 0 0.62
HSL 182.55º 0.32% 0.29% -
HSV(B) 182.55º 0.48% 0.38% -
XYZ 7.57 9.73 12.79 -
YUV 81.77 136.59 105.34 -
System Red Green Blue C M Y K H S L
Decimal 50 95 97 0.48 0.02 0 0.62 182.55 0.32 0.29
Hex 32 5F 61 30 2 0 3E B7 20 1D
Octal 62 137 141 60 2 0 76 267 40 35
Binary 110010 1011111 1100001 110000 10 0 111110 10110111 100000 11101

Color Harmonies of #325F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #325F61

Black with #325F61

Text Example


Text Example

White with #325F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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